Hello,
We're busy setting up the sale section on our website and would like the sale link on our main menu to be red. Does anyone know where exactly to paste what code in the parallax theme?
Thanks in advance!
Solved! Go to the solution
Hi @agafloor
Follow this:
Add this css in Asset->theme.scss file at bottom
ul.menu.align_left > li:last-child > a{ color:red;}
Note: this is fast solution so keep sale menu at last position other wise it lost css
@Jasoliya
Thank you dor replying! However there is no theme.scss in my assets folder or anywhere else. Are there any other places where I could add it?
If you have no theme.scs file then you can add in and main css file in asset
This is an accepted solution.
Change with this css, that's because of other css override
ul.menu.align_left>li:last-child>a { color: red !important; }
Add this color in asset->theme.scss file at bottom:
.dropdown_links [href="/collections/sale"]{color:red !important}
User | Count |
---|---|
542 | |
209 | |
126 | |
80 | |
44 |