• Hello!

    I need a description on the slider. But it is translucent and white. In light pictures, the text is poorly readable. Is it possible to change the transparency level and color of the description?

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

    Can you please try adding this CSS inside WordPress Dashboard > Appearances > Customize> Additional CSS and check it once?

    #featured-slider .entry-content p{
    color: #170b0b;
    }

    Let me know if this helps you or not and I will get back to you.

    With Regards,
    ThemeGrill Support Team

    Thread Starter sva55

    (@sva55)

    The text color changed, but it didn’t help. Sliders need both: dark and light. It is impossible to find a suitable color. It would be possible to change the pictures in the right places, but the theme is adaptive, and there may be problems on different devices. I need to change the transparency of the description background.

    Hi @sva55,

    Thank you for writing in,

    Can you please share the site link so that I can inspect and provide you an appropriate solution? Please provide the temporary access and I will get back to you.

    With Regards,
    ThemeGrill Support Team

    Hello
    The transparancy is here the last number: here 0.3 set to 1 is opaque black

    #featured-slider .entry-description-container {
        background-color: rgba(0, 0, 0, 0.3);
    }

    BEst regards
    siup

    Hi @siup,

    Is everything working fine? Kindly let me know and I will get back to you.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Transparency and color of the text on the slider’ is closed to new replies.