I recently changed the text colour on my website to #000F46. This changed all of the details on my website such as search button to the same colour. I want everything in the header and the footer to stay white (preferably off-white and full-white on hover).
I managed to fix this on my header but the details are still dark blue when I hover over the tabs.
Please help me code this!
URL: https://pleasedontbetaken.myshopify.com/
Password: lutred
Thanks!
Hi @SebastianL ,
I am Ani From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )
Here are the Solutions!
Go to Online Store->Theme->Edit code
Asset->/base.css ->paste the below code at the bottom of the file.
.header__menu-item span {
color: #fff;
}
If you have any concerns feel free to ask me!
Regards,
Ani
Hi Ani,
Thanks for your reply! Sadly this did not solve my problem.
It actually just made my nav tabs white all the time. Note what I wrote in brackets: “I want everything in the header and the footer to stay white (preferably off-white and full-white on hover).”
Thanks!