Solved

dawn theme - increase Menu text size and footer size

jecbon
Explorer
60 0 23

Hello, i would like to increase the size of my header menu text and footer menu texts. I am using the dawn theme. 

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@jecbon 
Paste this code on top of the base.css file.

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
    font-size: 20px !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 20px !important;
}
.footer-block__details-content.rte p {
    font-size: 20px !important;
}

THank You.

View solution in original post

Replies 7 (7)

Zworthkey
Shopify Partner
5581 642 1569

This is an accepted solution.

@jecbon 
Paste this code on top of the base.css file.

a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
    font-size: 20px !important;
}
a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 20px !important;
}
.footer-block__details-content.rte p {
    font-size: 20px !important;
}

THank You.

Arkangel_Be
Visitor
1 0 0

the mega-menu of the theme is not updating with this

Zworthkey
Shopify Partner
5581 642 1569

@Arkangel_Be 
Kindly Share your Store Url.
So that we can help you.
Thank you.

TheBurpBoss
Explorer
54 0 13

Hi @Zworthkey, your solution pasted into the top of the base.css file worked to increase the text size of my main header menu and my policies menu I added to the footer, but it does not apear to change the 'Quick Links' menu text size in footer... Any additional code or suggestions? store =  www.theburpboss.com PW: leistu

Zworthkey
Shopify Partner
5581 642 1569

@TheBurpBoss 

Kindly Share a Screenshot of it.
I think the size is now perfect.

TheBurpBoss
Explorer
54 0 13

Maybe there was a delay in it or something. I agree, it appears now correct. Thanks!

SanDee222
Excursionist
31 0 12

Thank you very much. Your code also worked for me.