I’m trying to figure out how to change the text colour of a link at the top of my menu bar. i couldn’t figure out how to do it in this theme
I am trying to change the link called “İNDİRİMLER” to red text colour, can anyone help?
A user needed to change the color of a specific menu item labeled \
I’m trying to figure out how to change the text colour of a link at the top of my menu bar. i couldn’t figure out how to do it in this theme
I am trying to change the link called “İNDİRİMLER” to red text colour, can anyone help?
@supernova123 - please make sure that it always will be second menu item and put this css to the very end of your main.build.css file and check
.header-menu__list li:nth-child(2) .header-menu__item-text{color:#ff0000;}
.header-mobile__menu-list li:nth-child(2) .header-menu__item-text{color:#ff0000;}
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag → save.
a[href="/collections/i%CC%87ndi%CC%87ri%CC%87mler"] span.header-menu__item-text { color: red; }Hope that my solution works for you.
Best regards,
Henry | PageFly
yes it is solved thank you very much