Trying to Capitalize "Follow Us" Over Social Media Icons

Hello, I’m trying to just capitalize the text where it says “Follow Us” on my website over my social media icons at the footer. I’ve checked through the settings & can’t seem to find what I’m looking for. I appreciate any help!

In case you need it:
raeofsunshinebnm.com

Footer columns may sometimes use a menu from your admins navigation settings

https://shopify.com/admin/menus

And the entries in that menu are where you can literally UPPERCASE the entire text at it’s source.

Otherwise use custom css for the theme , or the footer section to try the following CSS

https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

.site-footer h3 {
 text-transform: uppercase;
}

Good Hunting.

Hi @mbbrennan ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly