Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content
I would like to do the following:
Change the color of the “title” and “Body” text from these entries. I would the these both to be 2 different colors.
Hey mcraig77!
Thank you for using Enfold.
Add a custom css class to the blog posts element, use “custom-blog” for example, then add this in the Quick CSS field:
#top .custom-blog h3 a {
color: red;
}
#top .custom-blog .slide-entry-excerpt {
color: blue;
}
Regards,
Ismael
Hi,
There is no option to add a custom class to the blog post element… I can add it the color section but it does nothing.
Please Advise.
Hi!
I’m sorry. I forgot to provide this link. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Thanks