Increasing menu font size on Baseline Theme

Increasing menu font size on Baseline Theme

skipsbazaar
Tourist
4 0 1

Hello

 

I'm using the Baseline theme. I want to change the font size of the main menu and drop-down menu to something larger. I'd also like to increase the padding between the main menu links so they are further apart. 

 

How would I go about doing this?

 

URL: https://skipsbazaar.com

Reply 1 (1)

PageFly-Noah
Shopify Partner
1317 233 272

This is Noah from PageFly - Shopify Page Builder App

 

You can change font size and spacing by add code here:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>

 

<style>
nav ul li span {
  font-size: 20px !important;
}
nav ul li .text-scheme-text {
  font-size: 20px !important;
}
[aria-describedby="country-heading-header"]{
   font-size: 20px !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Noah | 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.