Tagged: Font-color
While editing our website, we noticed a malfunction on one of our pages. We are not able to change a color for the title in the contact form. I saved the “Contact Us” form as a template, and I implemented it on different pages, and it worked perfectly. However, the problem remains on the original page. Here is the page that seems to have the bug: http://pingar.com/content-intelligence-2/?preview_id=4328&preview_nonce=72dfc8eac0&preview=true . See the last section of the page with “Contact Us or Request a free demo.” The title does not respond to a color change. We need it in white.
Regards,
Hi simagald,
I get the You do not have permission to preview drafts. message even though I’m logged in. Could you publish the page and put password protect instead maybe?
Thanks,
Rikard
Thanks Rikard,
The page is online, so it is published. Maybe I could not send you the link when page was opened to edit.
This is the page online – http://pingar.com/content-intelligence/
If you first log in and then go to this page, it should work.
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-1582 #av_section_3 h1.av-special-heading-tag {
color: white;
}
Best regards,
Yigit
Thank you Yigit, it works.
Just wondering if we need to take any precautions to ensure smooth usage of theme when we upgrade it? Are these changes stay the same if we do the upgrade?
Hi!
The code added in Quick CSS will remain after the theme update. but if you are going to make more customisation in future we recommend using a child theme http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Vinay