Tagged: Blog, Element, Text Color, Widget
Towards the bottom of my page I have a blog list element displaying recent news updates. I’d like to change the color of the text in the element so that it can be white.
In addition, I’d like the link color to change on hover. How can I do this?
Hi NLPSEO!
Can you please point out the section? I could not find it on your home page. There is “NEWS & EVENTS” but without content
Best regards,
Yigit
Sorry! I had them hidden. They should be there now.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#av-layout-grid-1 .slide-entry-title a {
color: white;
}
.home div#av-layout-grid-1 .slide-entry-title a:hover {
color: red;
}
Regards,
Yigit
That did the trick! Thanks so much!
One more question: How would I also change the value of the extra data such as the read more link and the info text below the title?