Hey team, I was wonder if someone could help me figure out how to change the color of the text from the Blog Posts Element on one specific page.
As you can see the title is black and body text dark grey. I want all text from this element to be white on this page only.
Can you help, please?
Also, is it possible to disable the link hover over on the image? I do not want it to link to the original post. Thanks
Hi apremierdj,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.page-id-64593 p,
#top.page-id-64593 b {
color: #fff;
}
#top.page-id-64593 .big-preview.single-big {
pointer-events: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, the hover-over link worked but the color change did not. No change was made to the body or title color
Hi,
Please try this code in the WordPress > Customize > Additional CSS field:
#top.page-id-64593 p,
#top.page-id-64593 b,
#top.page-id-64593 a{
color: #fff !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Perfect! Thank you so much!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike