• Resolved sofipress

    (@sofipress)


    Hi guys! First of all, I love the theme and I’m absolutely happy with how everything looks.

    I need to change the font color on the excerpt of the blog posts or the background when hoovering on the slider to white, so it’ll be easier to read. Thanks!

    Images: https://bit.ly/3pW2Hmx

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .ca-slider_slide:hover .slide-overlay_title {
       color: #fff !important;
    }
    

    Regards,
    Kharis

    Thread Starter sofipress

    (@sofipress)

    Hi Kharis! Thank you so much for your answer.
    I did find those lines on the css and was able to change it as you suggested, and it’s looking liked this:

    .slide-overlay_title {
    color: #fff;
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 5px;

    but the white text only shows when hovering over the slider’s posts titles. Is there a way for these texts to be white all the time? Thanks again

    screenshot: https://bit.ly/38t80E9

    Hi,

    You’re welcome!

    Try this code:

    
    .ca-slider_slide .slide-overlay_title {
      color: #fff !important;
      font-size: 24px;
      line-height: 1.12;
      margin-bottom: 5px;
    }
    

    Regards,
    Kharis

    Thread Starter sofipress

    (@sofipress)

    It worked perfectly! I’m so happy! Thanks! ?? ??

    • This reply was modified 3 years, 10 months ago by sofipress.

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change font color on slider’ is closed to new replies.