Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #106701
    Peter
    Participant

    Hi

    I ave catch responsive pro with a child theme and have been trying to lighten the background colour in the text box area of featured slider with no joy. Can you please advise how I can do this.

    I have looked though side but have not found anything that works so far.

    #106713
    Mahesh
    Keymaster

    @petermilliken: Please post in your site url.

    Regards,
    Mahesh

    #106809
    Peter
    Participant

    bt4tw.co.uk

    Sorry forgot to add that.

    Regards

    Peter

    #106823
    Mahesh
    Keymaster

    @petermilliken: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-container {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    }

    Note: You can adjust the transparency by changing the 0.3 in above code -> (0.1 to 0.9)

    Regards,
    Mahesh

    #106832
    Peter
    Participant

    Many thanks

    Peter

    #106874
    Mahesh
    Keymaster

    @petermilliken: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change background of Text in slider to almost transparant’ is closed to new replies.