This topic has 2 replies, 2 voices, and was last updated 9 years by Hiro.

  • Author

    Tagged: 

  • #44924
     Hiro
    Participant

    How do I remove the sidebar border? I’m currently using the left sidebar template and I don’t want the sidebar border to show at all. Anyone know the CSS code and where I would put it?

    #44929
     Radu
    Moderator

    Hello

    Add this code to you kleo-child style.css

    COPY CODE
    
    .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr {
    	border-right-style:solid;
    	border-right-width:0px !important;
    }
    
    .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr {
    	border-right: 0;
    	border-left-style: solid;
    	border-left-width: 0px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #44930
     Hiro
    Participant

    Thanks Radu, it worked!!!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How do I remove the sidebar border’ is closed to new replies.

Log in with your credentials

Forgot your details?