Changing font color in featured sliders - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro Changing font color in featured sliders

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21185
    ellens
    Participant

    Is there a way to change the font color in the Featured Sliders. It is defaulting to white font, but it is hard to read with the images I am using.

    http://www.yourcentersucess.info

    Thank you!

    #21187
    acmesupports
    Moderator

    Hello,
    Please add the below css codes on Appearance > Customize > Additional CSS. Hope this helps.

    .image-slider-wrapper .banner-title {
        color: #000 !important;
    }
    .image-slider-caption.slideInUp2 {
        color: #000 !important;
    }

    Please change the color code to your required color.

    Regards

    #21188
    acmesupports
    Moderator

    Hello,
    Please add the below css codes on Appearance > Customize > Additional CSS. Hope this helps.

    .image-slider-wrapper .banner-title {
        color: #000 !important;
    }
    .image-slider-caption.slideInUp2 {
        color: #000 !important;
    }

    Please change the color code to your required color.

    Regards

    #21220
    ellens
    Participant

    Thank you. That worked for the main header, but not the caption below.

    #21240
    acmesupports
    Moderator

    Try once by adding this below code,

    .image-slider-caption{
        color: #000 !important;
    
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.