How to Make the Footer Menu Links Bold on my new takara tomy website - MINIMAL THEME (CODE?)

I am using the Shopify Minimal Theme (latest version.)

I have put some links in my Footer by adding a MENU “Block” in the Footer, using the Theme Editor.

The Name of the Menu is BOLD (Which I want), but all of the “Menu Items” under it are NOT bold, and they look weird because of that.

What Code do I have to Edit to Make the “Menu Items” in the Footer Menu BOLD ???

Here is my takara tomy homepage (the page in question):

https://beystation.com

To see what I mean, please scroll down to the Footer, and look for the Categories labelled “BEYBLADE CATEGORIES” And “BEYBLADE ACCESSORIES”.

Under those Category Names, you will see the Menu Items (which are Links to my different collections). The names of them are “takara tomy beyblades” and “beyblade string launchers” etc. etc.

See how they are NOT Bold? I want all of those to be bold

What Code do I have to Edit to Make the Menu Items in the Footer BOLD???

1 Like

@Beyblade-Gamer

Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.

.site-footer a {font-weight: bold !important;}

Thanks!

This worked perfectly. Thank you Dmwwebartisan!