How to change size font home, catalog and contact in Impact Shopify theme?
Hi @MyFroc
Please, share your store URL. Thanks!
My URL is: https://myfroc.com/
Hi @MyFroc
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
nav.header__inline-menu > ul > li * {
font-size: 20px !important;
font-family: Popin !important;
}
In case you want to change the size, you can change the number in the font-size;
In case you want to change the font, you can enter other font in the font-family.
You can see the result here:
Hope this can help!
Best,
Daisy
Thank you so much, @DaisyVo .
What you told me did not work, according to what I have investigated, it may be because of the theme. Do you have any other solutions that have worked for you?
Best Regards
Thanks for the info, as you mention you only like to change the 3 navs, HOME, CCATALOG and Contact. So not included the US?
Like this?
If it is try this one.
- From your Shopify admin dashboard, click on āOnline Storeā and then āThemesā
- Find the theme that you want to edit and click on āActionsā and then āEdit codeā.
- In the ātheme. Liquidā file. Find the tag and paste the code below before the tag.
- And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you so much, @Made4uo-Ribe .
Welcome! Would you mind hitting ālikeā as well? Thanks!

