Hi,
As per the photo, i want the header white bar to go across the whole screen.
Also want it to show white when hovered over with mouse but still keep the image behind it.
Please help.
Hi,
As per the photo, i want the header white bar to go across the whole screen.
Also want it to show white when hovered over with mouse but still keep the image behind it.
Please help.
No images is attached in the post.
Hi @winandco ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
www.winnieandco.co.nz<>
password is piper
Hi @winandco ,
You haven’t provided a description of the part you want to fix, so it’s quite difficult for me to determine how you want to fix it. However, according to your description, it seems like you want to edit the color of the dropdown menu when you click on a menu. Below is how you edit the text color of the dropdown menu:
Step 1: Select Online store in screen admin and select Edit code
Step 2: In screen Edit code → search “base.css” → click on the base.css file to open the file
Step 3: Press the key combination Ctrl + f → Enter “header__menu-item”. Your screen will have the code like this:
Step 4: In the first book of search result: replace rgba(var(–color-foreground), 0.75) to #fff !important , like this:

Step 5: Click Save and your website header will change like this:
Hope it helps @winandco !