Ippo Theme Changing Header Font Color

  • Unknown's avatar

    Hello,

    I’m trying to change the color of the title in the “featured content” slider.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello @sophiacl10,

    I’m not seeing a way to do this in the theme options via the Customizer. So you’ll probably have to add some custom CSS to change it. Go to Customize > CSS and insert the code below.

    .fullwidth-slider .slide-text a, .fullwidth-slider .slide-text a:visited, .fullwidth-slider .slide-text a:hover, .fullwidth-slider .slide-text a:focus, .fullwidth-slider .slide-text a:active, .fullwidth-slider .slide-text, .fullwidth-slider .slide-text .entry-content p, .fullwidth-slider .featured-slider .slick-arrow {
    color: #7c7c7c;
    }

    Replace #7c7c7c with the hex value of the color you wish to replace it with.

    Hope this helps!

  • The topic ‘Ippo Theme Changing Header Font Color’ is closed to new replies.