Reduce opacity grey in slider

Discussion in 'ColorWay WordPress Theme' started by golfags, Feb 12, 2013.

Thread Status:
Not open for further replies.
  1. golfags

    golfags New Member

    Joined:
    Oct 11, 2012
    Messages:
    5
    Likes Received:
    0
    Hi,

    I try to reduce the opacity of grey rectangle text in the slider.
    wich file in the theme menu content

    Can you help me
    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slide .slide-content.entry .title {
    opacity: .4;
    }
    .slide .slide-content.entry p {
    opacity: .4;
    }
    This will solve your issue.
     
  3. golfags

    golfags New Member

    Joined:
    Oct 11, 2012
    Messages:
    5
    Likes Received:
    0
    Hi thank you, but is not what i wanted.
    I speak about opacity of the grey rectangle where you find the title and the paragraphe.

    I just want to see the title and paragraphe without grey

    Thank you
    William
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slide-content.entry.fl {
    background: hsla(0, 42%, 72%, 0.5);
    }
    adjust the value as per requirement.
     
  5. golfags

    golfags New Member

    Joined:
    Oct 11, 2012
    Messages:
    5
    Likes Received:
    0
    thank
     
Thread Status:
Not open for further replies.

Share This Page