How to remove vertical color bar from home page slider title/caption area?

Discussion in 'ColorWay WordPress Theme' started by annvb1, Mar 19, 2015.

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

    annvb1 New Member

    Joined:
    Jul 25, 2012
    Messages:
    24
    Likes Received:
    1
    Location:
    Redondo Beach, CA
    I want to remove the vertical color bar from the screened area that houses captions/titles for each slider image. Can you tell me how to do this? I'm using a child theme for Colorway.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello annvb1!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slide .slide-content.entry {
      display: none;
    }
    Thanks,
    Praveen
     
  3. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slide .slide-content.entry {
      display: none;
    }
    Regards,
    Sameer
     
  4. annvb1

    annvb1 New Member

    Joined:
    Jul 25, 2012
    Messages:
    24
    Likes Received:
    1
    Location:
    Redondo Beach, CA
    Oh, sorry - no, that didn't work, as it removed the entire caption: screen, vertical color bar, and content (text) of caption. I want to remove the vertical color bar only, as indicated below:

    [​IMG]
     
    retiredmedic likes this.
  5. annvb1

    annvb1 New Member

    Joined:
    Jul 25, 2012
    Messages:
    24
    Likes Received:
    1
    Location:
    Redondo Beach, CA
    You got me going on the right path, and I solved it. Thank you for that!

    Here's the code I inserted:

    .slide .slide-content.entry {
    border-right: none;
    }

    and here's how it now looks, which is the effect that I wanted:
    [​IMG]
     
Thread Status:
Not open for further replies.

Share This Page