Hello guys,
I am struggling in changing the top navigation menu colors. I want to change it to this green: #008F33 but it looks it is not changing.
I tried cleaning the cache, I tried to change all blue colours in the whole stylesheet css but it is simply not changing.
Do you have any idea why is that?
Edit: I forgot to add the site: https://healthyfoodmeals.com/
I am struggling in changing the top navigation menu colors. I want to change it to this green: #008F33 but it looks it is not changing.
I tried cleaning the cache, I tried to change all blue colours in the whole stylesheet css but it is simply not changing.
Do you have any idea why is that?
Edit: I forgot to add the site: https://healthyfoodmeals.com/
thank you for adding your web
you need to change those as well
Code: Select all
#menu {
background-color: #008F33;
[highlight] background-image: linear-gradient(to bottom, #008F33, #008F33);[/highlight]
background-repeat: repeat-x;
[highlight] border-color: #008F33 #008F33 #145e7a;[/highlight]
min-height: 40px;
}
Code: Select all
#menu {
background-color: your new colour;
background-image: none;
background-repeat: no-repeat;
border-color: your new colour;
min-height: 40px;
}
Last edited by straightlight on Wed Mar 25, 2020 7:04 am, edited 1 time in total.
Reason: Added code tags.
Reason: Added code tags.
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Thanks for the fast reply. I have changed it to the code you highlighted here but it is not working ..
It is still the blue color of the menu .. I really do not know why. I believe I am changing the right stylesheet.
public_html/catalog/view/theme/default/stylesheet/stylesheet.css
It is still the blue color of the menu .. I really do not know why. I believe I am changing the right stylesheet.
public_html/catalog/view/theme/default/stylesheet/stylesheet.css
It is green...Gladiator_28 wrote: ↑Mon Dec 02, 2019 12:10 amI have changed it to the code you highlighted here but it is not working ..
It is still the blue color of the menu
Attachments
Screenshot_2019-12-01_18-15-45.png (94.52 KiB) Viewed 1858 times
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Very strange .. I have tested it on few devices and it is always blue .. I erased the cache few times but still nothing, maybe I need to wait or what ?
appreciated
you are welcome
and
to cyclops and virus - also appreciated 
Kind Regards,
you are welcome
and


Kind Regards,
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Who is online
Users browsing this forum: No registered users and 13 guests