How to change header text color and remove white line in a Symmetry theme?

Hi,

I have some issues about my header. In my main page, when I’m scrolling down, my menu is invisible and there is a one white line in there. Also, In the “Shop” page, when I cliked the specific menu, the text also invisible. I would like to change the text color and delated the white line.

My theme is symmetry, I would like to get some help. Thanks !!

https://phantomgogo.com/

add the following code:

.site-nav__link {
color: #000000 !important; /* Change the color code to the color you want /
}
.site-nav__link:hover {
color: #000000 !important; / Change the color code to the color you want */
}
.site-nav--centered {
border-bottom: none !important;
}

Save the changes and check your website to see if the white line is removed and the text color is changed in your header.

Hi @Kathy518

We’ve checked your site and it works fine. So we’re sure you’ve fixed your errors.

If you have any problem or have a question and we’re here to support help you.