This topic has 11 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #198968
     gimelk
    Participant

    Would this solution – https://archived.seventhqueen.com/forums/topic/how-do-i-remove-the-sidebar-border – also work for the right sidebar? I would like to get rid of the border from the right sidebar.

    #199026
     Radu
    Moderator

    Hi,

    Just add this css

    COPY CODE
    
    .sidebar.sidebar-right {
        border: 0 !important;
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #199049
     gimelk
    Participant

    That didn’t work.

    #199285
     Radu
    Moderator

    Hi,

    try with this one instead

    <pre
    .sidebar {
    border: 0 !important;
    }

    or this one

    COPY CODE
    
    .sidebar-right {
        border: 0 !important;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #199440
     gimelk
    Participant

    Neither of them worked. I’m beginning to think i’m doing something wrong.

    #199498
     Radu
    Moderator

    Did you have possibility to be online to can see and test that live ?
    Cheers
    r

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #199587
     gimelk
    Participant

    No, the site is localhost running on WAMP. I’ve attached an image indicating what I’m trying to remove just incase I explained myself wrong earlier.

    #199617
     Radu
    Moderator

    hi,

    Those css that does, removes that, not sure why they not can you please give to me entire page source code on pastebin to can try to target that otherwise.

    cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #199856
     gimelk
    Participant

    I’ve attached the code and HTML in the zip file.

    #199899
     Radu
    Moderator

    Hi,

    Use this instead, anyway all should word

    COPY CODE
    
    .template-page, .sidebar {
        border: 0 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #199905
     gimelk
    Participant

    Perfect, thanks a lot.

    #199971
     Radu
    Moderator

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

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

Log in with your credentials

Forgot your details?