`Menu text black when scrolling

Hi, for some reason my header text is black when it is not transparent can anyone help to make it white?
Thank you :slightly_smiling_face:
https://aaba5d-52.myshopify.com/

2 Likes

Hello @Daniel19901
Currently, I have checked your store it properly showing the text current color its yellow please check

2 Likes
  • Here is the solution for you @Daniel19901
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.t4s-navigation.t4s-text-center .t4s-nav__ul {
 color: white !important;
}
  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like