Hide/remove header bottom border

Hi,

How to remove/hide the bottom border of the header area?

Kind regards,

Teppo

Hi there

Let me see it, please provide a link to the page

Www.BigArt.cc is the url for the website.

Hey there

Well, this line was barely visible, you can use this code to remove it:

nav {
border-bottom: 0px solid #0000001a;
}

Thank you very much, it worked. Apologies had left/tested a background on the day of your visit. Now back to full white.

I do have 3 new questions:

  1. How to get a tiled background image for the footer? This doesn’t seem to work:
    /footer/
    footer#colophon {
    background-image: url(“http://bigart.cc/wp-content/uploads/2020/12/BiGARt-seamless-dark-concrete-tile.jpg”);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px 0;
    }

  2. I noticed that when the browser window is scaled to smaller width and the navigation bar text-links change to the mobile navigation menu icon - If hovering on the 3-bar navigation menu all 3 page links are now suddenly hovering on top of the content, and not under the 3-bar navigation menu icon… how is this happening? (see pic)

  3. When on mobile the “back to top” anchor link arrow icon is floating on top of the social media shortcuts in the footer (see pic)… what to do?

Kind regards,

Teppo