Hi,
I have setup home page using your theme and everything seem to be working well. Nice work on the theme!
The home page contains an area for the ‘Blog’ with 4 articles in a grid layout on a Colour Section. I am wanting to change the colour of the heading and date only in this section, not on the single post pages. Is there a Custom CSS that I can use for this?
Any help would be great.
Thanks,
Steve
Hi Steve
Please give your color section element an unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-unique-id h3.slide-entry-title.entry-title { color: red; }
#your-unique-id .slide-meta * { color: orange!important; }
Regards,
Yigit
Hi Yigit,
Thanks for the instruction… It worked well!
Thanks again,
Steve