• Resolved uacl312

    (@uacl312)


    Hi,

    Is there an option to change the colour of the text that’s overlayed onto the featured slider. It’s currently white, and not very clear.

    Is there an option to increase the transparency of the image, change the text colour, or maybe have the same colour text with a glow so it stands out or something?

    Many thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @uacl312

    At first, thank you for your response and for choosing our themes.

    Please share your website URL and we will check for the possible solutions with custom CSS snippets.

    Kind Regards

    Thread Starter uacl312

    (@uacl312)

    Hi,

    it’s: https://theupandcomingleader.com/

    Many thanks!

    Hi @uacl312

    please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    .slider-categories a, .slider-info, .slider-title a {
      color: #E0E0E0 !important;
    }

    Kind Regards

    Thread Starter uacl312

    (@uacl312)

    Hi,

    Thanks for that, I’ve tried this, but it doesn’t seem to have made a difference.

    Here is an example of what I mean, the white font against white elements in a picture isn’t particularly that clear.

    Thanks.

    Thread Starter uacl312

    (@uacl312)

    Hi @uacl312

    We tried to modify colours, here is the CSS snippet:

    .slider-categories a, .slider-title a, .slider-read-more a{
      color: #fff !important;
    }

    If you prefer to have a different colour, please share the colour scheme and we will update the CSS snippet.

    Kind Regards

    Thread Starter uacl312

    (@uacl312)

    Thanks for your help, I’ve managed to be able to change the colour of the text. I’ve tried numerous colours and white is by far the one that stands out the most.

    I think the issue lies with the transparency of the image, is there any code available to make the image more transparent, or the ability to add a grey filter to the image.

    Thanks.

    Hi @uacl312

    The featured slider has already had the grey overlay, to make darker, please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    #featured-slider .image-overlay {
      background-color: rgb(60, 60, 60, 0.7);
    }

    Kind Regards

    Thread Starter uacl312

    (@uacl312)

    That’s done the trick, thank you!

    Hi @uacl312

    You are welcome, feel free to contact us anytime.

    Kind Regards

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change Featured Slider text colour’ is closed to new replies.