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
A user seeks guidance on modifying the font and size of footer menu headings on their Shopify store (luyendykjewelry.com).
Solution Provided:
base.css file.footer__block p.h6 {color: #ff0000; font-size: 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.
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
@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;}