edit font size of menu items in footer dawn theme and all uppercase letters

Solved

edit font size of menu items in footer dawn theme and all uppercase letters

monomgroup
Explorer
99 0 35

Hello community!

 

We are looking to edit font size of menu items in footer dawn theme and turn them all into uppercase letters.

 

we have tried this code and this isn't changing anything. It seems as if there is some code restricting make any changes. 

 

.footer__block__title { font-size: 16px; }

 

 

shop url: monochromatism.shop

 

@LitExtension 

 

 

Thanks in advance!

 

Cheers,

monochromatism-team

Accepted Solutions (2)

LitExtension
Shopify Partner
4914 1005 1182

This is an accepted solution.

Hi @monomgroup,

Go to Assets > base.css and paste this at the bottom of the file:

.footer-block__details-content .list-menu__item--link {
    text-transform: uppercase !important;
    font-size: 16px !important;
}

You can manually change the font size for it.

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com

View solution in original post

KetanKumar
Shopify Partner
37595 3668 12156

This is an accepted solution.

@monomgroup 

yes, please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/section-footer.css ->paste below code at the bottom of the file.

a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 16px !important;
    text-transform: uppercase;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
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

View solution in original post

Replies 11 (11)

LitExtension
Shopify Partner
4914 1005 1182

This is an accepted solution.

Hi @monomgroup,

Go to Assets > base.css and paste this at the bottom of the file:

.footer-block__details-content .list-menu__item--link {
    text-transform: uppercase !important;
    font-size: 16px !important;
}

You can manually change the font size for it.

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Contact us:
- Email: contact@litextension.com
monomgroup
Explorer
99 0 35

@LitExtension 

 

Thanks! That helped!

KetanKumar
Shopify Partner
37595 3668 12156

This is an accepted solution.

@monomgroup 

yes, please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/section-footer.css ->paste below code at the bottom of the file.

a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 16px !important;
    text-transform: uppercase;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
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
monomgroup
Explorer
99 0 35

@KetanKumar 

 

Thanks! That helped!

sophaff
Excursionist
27 0 3

Hi there, how would you just edit the headings and not the paragraph font? 

monomgroup
Explorer
99 0 35

Hi, tried the code made availabe in the thread here?  It worked for me

 

feel free to inspect url has changed : www.mismstudio.com

sophaff
Excursionist
27 0 3

The code absolutely works however it changes the font size on both the headings and paragraphs - I only want to adjust the font on the headings.  Hence my question above. 

sophaff
Excursionist
27 0 3

@KetanKumar

@monomgroup 

The code absolutely works however it changes the font size on both the headings and paragraphs - I only want to adjust the font on the headings.  So wondered if there was code to do this?

monomgroup
Explorer
99 0 35

I can't help yo with this as I am no developer. but I recommend creating a new post with your question.The community is very active here and usually you get helpful responses very quickly. Make sure to provide your store url so they can insepct your page source and provide specific solutions. Good luck.

sophaff
Excursionist
27 0 3

Yes thanks so much - they're really helpful. Generally if you've tagged the developer in a thread (cc @KetanKumar ) with additional questions they pick up where they left off. But with no response from @KetanKumar thus far on this particular post I will create a new question. But thank you all the same for your ongoing contribution to this matter.

monomgroup
Explorer
99 0 35

I used to that also but some day I got a notificaion that it is not allowed to tag people apparently. Shopify doesn't like it if we do that apparently. So ist stopped. They prefer new posts.