Expanse Theme - Change footer headers and mega menu headers font type, weight and size

Solved
saraki
Tourist
34 1 3

Hello

 

My footer menu headers are inconsistent. They all have the bold text font (Avenir Next), while one shows up with the header font (Goudy Old Style).
Question 1: Why is that??

Screen Shot 2023-11-13 at 18.06.45.png

My mega menu headers also have the bold text font (Avenir Next) 

Screen Shot 2023-11-14 at 13.28.34.png

My header menu is Avenir Next capitalized.

Screen Shot 2023-11-14 at 13.22.19.png

Now I would like to change all headers - the ones in the mega menu and the footer headers - to capitalized Avenir next and NOT bold. Just regular. Same as my header menu navigation.

 

Is there a code I can place somewhere that will allow me to change the fonts easily myself so that I can adjust things in case I don't like this change?

Thanks in advance!
S.

Accepted Solution (1)
Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @saraki 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.megamenu__col-title a {
    font-family: 'Avenir Next' !important;
    text-transform: uppercase !important;
    font-weight: 100 !important;
}
.footer__title {
    font-family: 'Avenir Next' !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
}
</style>

RESULT:

Moeed_0-1699943011295.pngMoeed_1-1699943024356.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)
Moeed
Shopify Partner
3046 760 924

Hey @saraki 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
saraki
Tourist
34 1 3

Hi @Moeed 
The store url is https://inibo.co/
(update: password info removed)

Thank you!

Moeed
Shopify Partner
3046 760 924

This is an accepted solution.

Hey @saraki 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.megamenu__col-title a {
    font-family: 'Avenir Next' !important;
    text-transform: uppercase !important;
    font-weight: 100 !important;
}
.footer__title {
    font-family: 'Avenir Next' !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
}
</style>

RESULT:

Moeed_0-1699943011295.pngMoeed_1-1699943024356.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
saraki
Tourist
34 1 3

Thank you so much @Moeed 😍, this works!

Moeed
Shopify Partner
3046 760 924

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️