This topic has 5 replies, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #190869
     bigal7
    Participant

    Hi there, I would like to completely remove the right sidebar border from my site. I can’t find the answer anywhere. How can I do this please? Thanks. Alan

    #190962
     Radu
    Moderator

    Hi,

    Just use this css

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

    The css will be added to wp-admin -> theme options -> general options -> quick css

    COPY CODE
    
    .sidebar.sidebar-main {
        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
    #191032
     bigal7
    Participant

    Thanks Radu. But that did not work. I pasted it where you said. I also tried in the “customise – additional css” but that did not work either.

    Maybe I am not explaining myself properly.

    This is an example post from my site – https://www.orangezonelife.com/the-best-way-to-burn-fat-epoc/

    I just want that thin dividing line between the text and my widget area to be gone or to be the same color as the background so it’s not seen.

    Please let me know of that can be done.

    Thanks

    #191107
     Radu
    Moderator

    Hi,

    replace with those

    COPY CODE
    
    .sidebar {
        border: 0 !important;
    }
    
    .template-page {
        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
    #191301
     bigal7
    Participant

    Thanks so much, it worked exactly how I wanted it to! I really appreciate your help.

    #191475
     Radu
    Moderator

    Great

    Leave us a review and five stars on them forest kleo page if you really are happy with our support service

    Have nice week

    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 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?