This topic has 5 replies, 2 voices, and was last updated 8 years by zafari.

  • Author
  • #64352
     zafari
    Participant

    I tried to use some of Radu’s CSS code for removing a left sidebar border, modifying for my right sidebar, but it’s not working. Any ideas?

    .sidebar-right, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr {
    border-left-style:solid;
    border-left-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;
    }

    #64353
     sharmstr
    Moderator

    try this instead

    COPY CODE
    
    .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr {
      border-right: none;
      border-left-style: none;
      border-left-width: 0;
    }
    
    .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: 0;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64354
     zafari
    Participant
    #64355
     sharmstr
    Moderator

    Sorry, I looked at the code your provided and saw nothing but left sidebar code, so that’s what I gave you.

    try this instead

    COPY CODE
    
    .template-page {
      border-right-width: 0;
    }
    .sidebar-right, .sidebar-main.sidebar-3rr {
      border-left-width: 0;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64357
     zafari
    Participant

    Sorry, @sharmstr, but it’s STILL not working. Other ideas?

    #64359
     zafari
    Participant

    Actually, I just moved it from the child theme’s CSS file to the Quick CSS field on Theme Options>General and now it works. Why is this?

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?