New Shopify Certification now available: Liquid Storefronts for Theme Developers

changing font size of menu / navigation Spotlight theme

pockpockpickle
Visitor
1 0 0

Hi! I'm trying to change the font size of the main navigation/dropdown (Shop, About, FAQ) to be larger. Any help appreciated!

pockpockpickleball.com

Replies 3 (3)
Dan-From-Ryviu
Shopify Partner
5679 1047 1073

Hi @pockpockpickle 

You can do that by adding this CSS code at the bottom of your base.css file in Online store > Themes > Edit code > Assets 

.header .header__menu-item span {
font-size: 24px !important;
}

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

ZenoPageBuilder
Shopify Partner
847 151 169

Hello @pockpockpickle 👋

You can find this code in theme.liquid and change the font size value

Screenshot 2023-11-04 at 09.19.27.png

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
PageFly-Oliver
Navigator
503 96 90

Hi @pockpockpickle ,

 

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 the below code at the bottom of the file -> Save

 

<style>
.list-menu__item{
font-size:25px !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.