Hi!
I’m using Sense Theme and I want to change font size in my header menu which I already did by simply adding this code:
a.header__menu-item.link {> font-size: 16px
in base.css
Unfortunale this code doesn’t change the size of dropdown menu. What should I do?
URL: https://klawiaturki.pl
To change the font size of the dropdown menu in Sense Theme, you need to target the specific CSS class that is applied to the dropdown menu items.
Here is an example of the code that you can add in your base.css file:
cssCopy code
.header__menu-dropdown .header__menu-item.link { font-size: 16px; }
This code targets the .header__menu-dropdown class and the .header__menu-item.link class within it, and sets the font size to 16px.
Hi @djjoel100 ,
Glad to support you today.
To can change font and size on your quick links. you can check out my suggestion.
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
Eg:
It showing like this when you add my code:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
You’re a boss! Thank you so much!