• Hello Hello!

    This theme is awesome but I have a question please. Is there any way to give the header slider text a transparent background colour, as in, maybe gray or black to make the text more pop out and visible ‘?. No matter what colour I use,I don’t like how it works with the different pictures… I just believe it would stand out more if the background of the text is a little darker ….

    Is there anything i can do or add some coding??if so where and how??

    Thanks a lot in advance!
    Sabrina

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

    Did you mean that you want to add text shadow? Can you post your site URL here?

    Try adding this rule to either your child theme‘s style.css file or using a CSS plugin:

    .slides-container .contain {
       background-color: rgba(0, 0, 0, 0.4);
       display: inline-block;
       padding: 10px 20px 0;
       border-radius: 10px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Slider Text, Can i create a transparent background colour???’ is closed to new replies.