I’m looking to make the text in the navigation smaller and all caps. A while back I pasted code to make it all caps, now I just want to make the text smaller. Any help?
Hi,
Do you have pasted code? If you have looked at text-transform: uppercase; and changed text-transform: lowercase;
Thanks
Yes, I have pasted a code from another time to make the text all uppercase. Now I just want to make the font size smaller pt.
Any ideas?
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
So please share your store URL otherwise don’t possible to provide an exact solution.
here’s my URL: houseofdakh.com
thanks in advance!
Please add below css in bottom of assets/theme.css file
.header__nav ul li a.nav__link.nav__item-primary {
font-size: 12px;
}
.quick-search a.quick-search__trigger {
font-size: 12px;
}
Thank you.