Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #404012

    After exhausting my search, I haven’t been able to figure out how to remove the borders alongside the sidebar on the homepage of my site. Removing the borders surrounding the social media icons would be great as well. Any assistance would be greatly appreciated!

    #404016

    Hi dlvennie!

    Please try the following code in your Quick CSS:

    .html_header_left #top #header {
    border-right-width: 0px !important;
    }
    
    .html_header_sidebar #top #header .social_bookmarks {
    border-top-width: 0px !important;
    }
    

    Regards,
    Rikard

    #404017

    Great! Much appreciated!

    #404390

    Hi!

    Happy that we could help :)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Sidebar Border’ is closed to new replies.