Template Luxyort - Field Label is Displayed Inside The Input Field Of Contact Form - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Template Luxyort - Field Label is Displayed Inside The Input Field Of Contact Form

UR

Uwe Remmel

Template 2 years ago

Dear Joomshaper Team, I have a problem with the Luxyort Template concerning the presentation of Field Labels in Form Buider (Link see in the hidden content). It is a general problem if I try to use Field Labels in this template. Please help me because it is a time sensitive project for a client. Thx Best wishes Uwe

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #102307

You can use the following code instead of the previous one:

label {
    transform: none;
}

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #102118

Hi there!

Thanks for contacting us.

Plese use the following code in your custom CSS:

.sppb-addon-form-builder-form .sppb-form-group label {
    transform: none;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Hope this will solve the issue for you!

Best Regards

0
UR
Uwe Remmel
Accepted Answer
2 years ago #102157

Hi Rashida, thanks for the help. For the contact form it is fine now. But I have still the problem in the addon "row html". See hidden content. Best wishes Uwe

0
UR
Uwe Remmel
Accepted Answer
2 years ago #102310

You are great, Rashida. Thanks👍🙂

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #105584

Thanks for your kind words and you are always welcome:)

0