Hide Right Bar colour after slide description & text

Discussion in 'ColorWay WordPress Theme' started by arunsingla, Jan 10, 2013.

  1. arunsingla

    arunsingla New Member

    Joined:
    Jan 10, 2013
    Messages:
    2
    Likes Received:
    0
    I want to hide the colored right bar coming after Slide text & description.
    Only that colored part, not all the rectangular bar
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

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

Share This Page