Removing A Thin Border Line On Header Bottom - Question | JoomShaper

Removing A Thin Border Line On Header Bottom

JT

Jay Thistle

Template 2 hours ago

Hi there,

My home page is designed with PageBuilder Pro and I love it but there is a thin grey line showing at the bottom of the header area. How do I get rid of that? I had the same issue with a thin grey line on the top edge of the footer on a client site and got rid of it by adding this code to the Custom CSS for the Helix template:

sp-footer .container-inner {

border-top: none;

}

Thanks...Jay

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 hour ago #219732

Hi Jay,

Thanks for reaching out.

Please use the following code in your custom CSS:

#sp-header{
    box-shadow: unset;
}

This should help!

Here is all about custom code placement in the Helix Ultimate template: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best regards,

0
JT
Jay Thistle
Accepted Answer
1 hour ago #219733

Thanks Rashida, That has worked perfectly. Really appreciate the speeedy assistance....Jay

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 hour ago #219734

You are always welcome Jay, I'm glad that I could help:)

You may accept the most useful answer in order to close the post.

Have a nice day!

0