Hello dear support team.
I am trying to change color of the text of my blog posts only on my homepage, but without success..
I’ve activated the custom CSS tag, gave my blog item the name #blog_landing.
Then on my CSS area, I put:
#blog_landing {
color: white;
}
(just for testing the feature) however it doesn’t work, as seen here (the first “Upcoming Events” section)
What am I missing?
Thanks in advance,
Elad.
Hey VJLoops-GT,
The color was set to green in that section, Try this code in the General Styling > Quick CSS field:
.html_entry_id_10 #av_section_4,.html_entry_id_10 #av_section_4 a {color: #e6d2b5 !important; }
I didn’t find #blog_landing on that page.
Please clear site and browser cache.
Best regards,
Mike
Hey,
I removed the #blog_landing since it didn’t work for me…what did I miss?
With your code it works perfectly,
How would I apply it to another section if needed?
Thanks in advance Mike, your support is wonderful!
Elad.