Degree of transparancy on textbox in the slider

Discussion in 'ColorWay WordPress Theme' started by christinav71, Nov 13, 2014.

  1. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi,

    Some people seem to have problems reading the text in the transparant textbox in the slider. Is there a way to reduce the transparancy so that the box becomes almost white?

    Best regards
    Christina
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Christina,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slide .slide-content.entry {
    background: rgba(255, 255, 255, 0.85);
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page