Hi there,
How can I removed the header grey lines? There is one vertical and one horizontal (screenshot)
I have applied the below css, but it only deletes the horizontal line, the vertical remains. Do you know how can I also remove the vertical line?
#page-container .sh-header.sh-sticky-header {
border-bottom: 0 !important;
}
thank you
Attachments:
You must be
logged in to view attached files.
Hi @Lonartorg,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Solution for this topic
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .header-logo {
border-right: 0 !important;
}thank you, this worked 🙂
You are most welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.