Tagged: color change, CONTACT FORM
-
AuthorPosts
-
October 13, 2017 at 3:39 pm #863996
Hi,
I’m trying to change the font color of the title in just one of my contact forms. The other ones shall remain as they are. I already set up the custom CSS class fields via the functions.php file (add_theme_support(‘avia_template_builder_custom_css’).
Which code do I need to enter there, so get my form title to show in white as opposed to the standard dark tone?
Thank you!
EvaOctober 13, 2017 at 3:44 pm #864002Hey Eva,
That code is no longer necessary. Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and add following code to Quick CSS in Enfold theme options under General Styling tab
.my-custom-class h3 { color : white !important; }
Regards,
YigitOctober 13, 2017 at 4:26 pm #864043Thank you Yigit.
I apologize for this clearly stupid question – but where do I find the enfold options > layout builder?Thanks,
EvaOctober 13, 2017 at 4:29 pm #864045Hi,
No, not at all! I did not notice you were using an older version of the theme (4.0.7). Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/. You can check out highlighted new features here – http://kriesi.at/archives/enfold-4-1-mobile-improvements-photography-demos-new-gallery-and-more.
After updating the theme, Layout Builder tab should be added in Enfold theme options :)
Best regards,
YigitOctober 13, 2017 at 7:01 pm #864091Hi,
thank you! Updating the theme is definitely very high up on my to do list. But since I hadnt installed a child theme in the beginning, it seems to be a bit of a larger task, so that I don’t loose any customizations…
Just to get this page up and running quickly, is there anything I can do in the meantime to get this done with the older version of the theme?
Thank you so much!
Best,
EvaOctober 16, 2017 at 9:28 pm #864948Hi,
We are afraid we can not help further if the theme is not updated, as we always provide support per our policy only on the latest version
to be sure there is not something that has been fixed already from our updates.We hope you understand
Best regards,
BasilisOctober 31, 2017 at 7:00 pm #870940This reply has been marked as private.November 1, 2017 at 12:56 pm #871186Hi Eva,
It looks like you have added html markup in the custom CSS field, if you want flexheadline to be the class, then only add that to the custom CSS field.
Best regards,
Rikard- This reply was modified 7 years ago by Rikard.
November 1, 2017 at 3:43 pm #871277thank you!
-
AuthorPosts
- The topic ‘Contact Form Title color change’ is closed to new replies.