Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #688766

    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.

    #690040

    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

    #690090

    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.

    #691079

    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

    #691424

    Thanks

    #692938

    Hi,

    No problem. Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customize blog posts widget change color of title and body – 2 different colors’ is closed to new replies.