Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Change The Size Of The Text In The menu & header less than 100%

Solved

Change The Size Of The Text In The menu & header less than 100%

noend
Excursionist
18 1 7

Hello Team!

Tell me, please, how do I change the size of the text in the header and menu? I can only change to the smallest 100% in the theme setting, but I want to get the fonts smaller than that.  I'm using the reformation theme. I don't have the base.css file in my code. Please tell me how to do this.

Here is the link to the website https://noenddenim.com/

Thank you very much!截屏2024-01-11 下午3.48.13.png

Accepted Solution (1)

Abdosamer
Shopify Partner
938 173 193

This is an accepted solution.

Hi @noend , go to theme.liquid and add the following code at the end before </body> tag :

<style>

ul.thb-full-menu li a {
    font-size: 0.8rem !important;
}


</style>
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 3 (3)

Abdosamer
Shopify Partner
938 173 193

This is an accepted solution.

Hi @noend , go to theme.liquid and add the following code at the end before </body> tag :

<style>

ul.thb-full-menu li a {
    font-size: 0.8rem !important;
}


</style>
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

noend
Excursionist
18 1 7

Thank you so much! This code works right away!

Abdosamer
Shopify Partner
938 173 193

@noend , You're very welcome.

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work