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!
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
Great! Much appreciated!