Removing borders from the header

2 replies · opened Oct 18, 2022

OOnly1BruceCOct 18, 2022

I am struggling to remove the borders from the header on this website.
I can’t seem to find the right css to remove all borders from all parts of the header row.

SSemicolon WebSTAFFOct 22, 2022

Hello,

Consider using the following CSS Code:

#header.full-header,
#header.full-header #header-wrap,
#header.full-header #logo,
#header.full-header .menu-container {
    border: 0 !important;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

OOnly1BruceCOct 22, 2022

Thank You!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard