Tagged: 

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

    How do I change the font color of the excerpt that appears in the Post Slider widget?

    Thanks!

    #478596

    Hey Scott!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-12 .av-layout-grid-3 .slide-entry-excerpt {
    color:white !important;
    }

    Best regards,
    Rikard

    #478663

    Thanks for the reply!

    Unfortunately, it didn’t work :(

    #478849

    Hey!

    Please try the below css:

    .slide-entry-excerpt {
    	color: #ffffff !important;
    }

    If you would like to apply it to the homepage only, you can use it’s page-id.

    Best regards,
    Dake

    #479327

    Thanks, but still no joy…

    #479355

    Hey!

    I have added following code to bottom of Quick CSS field and it worked

    .home .slide-entry-excerpt.entry-content { color: white; }

    please adjust it as needed

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.