Change footer header

Topic summary

A user seeks guidance on modifying the font and size of footer menu headings on their Shopify store (luyendykjewelry.com).

Solution Provided:

  • Add custom CSS code to the end of the base.css file
  • Navigate to: Shopify Admin → Online Store → Theme → Edit code → base.css
  • Insert the CSS snippet: .footer__block p.h6 {color: #ff0000; font-size: 18px;}
  • The example code changes the footer heading color to red and sets font size to 18px

Status: A working solution has been offered with step-by-step instructions and a screenshot demonstrating the implementation. The user can customize the color and font-size values as needed.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi,

I would like to change the font and size of the heading in footer menu section.

Can someone please guide me how to do it.

Thanks

https://luyendykjewelry.com/

@Chrystel078 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.footer__block p.h6 {color: #ff0000;    font-size: 18px;}

1 Like