How to change menu font size in Context theme?

sarahklein
Tourist
3 0 3

Good afternoon

I am trying to make the font bigger on the top navigation menu in the theme Context.

Thanks!

Replies 8 (8)

KetanKumar
Shopify Partner
36839 3635 11972

@sarahklein 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
sarahklein
Tourist
3 0 3

https://sarahkleincreative.com/

 

Here is the URL. I am trying to make the menu with "Shop", "Popups", "Blog", and "About" bigger.

KetanKumar
Shopify Partner
36839 3635 11972

@sarahklein 

thanks for url please add this code

@media only screen and (min-width: 768px){ {
a.nav__link {font-size: 15px;} /* change value as you like */
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

Kinjaldavra
Shopify Partner
2302 570 1422

hello @sarahklein 

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Kinjaldavra
Shopify Partner
2302 570 1422

hello @sarahklein 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (min-width: 768px){
.header__nav .list  .nav__link.nav__link-parent {
	font-size: 25px;
}
}

 

sarahklein
Tourist
3 0 3

I don't see assets/theme.css in the code files - is there another name or place I could put it?

Kinjaldavra
Shopify Partner
2302 570 1422

hello @sarahklein 

can you please share your assets folder screenshot 

KetanKumar
Shopify Partner
36839 3635 11972

@sarahklein 

oh sorry for this can you please add code index.css bottom of the file

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing