I’m using Sense theme, How can I the increase text size of the pages inside the header
and make them bold?
Store URL: https://feracekosesi.com/
A user seeks to increase the font size and make bold the navigation menu text in the header of their Shopify store using the Sense theme.
Two solutions provided:
CSS modification approach - Add custom CSS to the base.css file:
base.css file.header__menu-item class with font-size: 20px and font-weight: bold propertiesTheme.liquid approach - Insert CSS directly into the theme’s main template:
theme.liquid</head> tagBoth solutions use CSS to target the header menu items with increased font size and bold styling. Screenshots were shared showing the implementation and results, though the encoded text in the original post makes specific details unclear.
I’m using Sense theme, How can I the increase text size of the pages inside the header
and make them bold?
Store URL: https://feracekosesi.com/
Hello @Abayacorner ![]()
In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.header__menu-item {
font-size: 20px;
font-weight: bold;
}
The result
Hope that helps!
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly