Hi Community!
I would like to know how to increase the space for the text in the header:
Thanks in advance for all your help!
Hi Community!
I would like to know how to increase the space for the text in the header:
Thanks in advance for all your help!
Hi, @NicTheCat
Please share the store URL so that I can assist you.
Hello @NicTheCat
Can you share store URL?
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the tag
Hopefully it will help you. If yes then Please donβt forget hit Like and Mark it as solution!
Hi @NicTheCat ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin β Online Store ->Theme β Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file β Save
ul.list-menu.list-menu--inline li a {
font-size: 16px !important;
}
Final Result:
Hope this can help you
Kind regards,
HDL-Shin