How Do You Change the Color of the Footer Title Fonts?
You will need to take this provided CSS code and add it to the CSS section of your Theme Settings.
You will also need to substitute your preferred color number inside the code provided.
h3.footer-heading {
color: #00c47c;
}
Here's how to apply the code:
- Login to your admin
- Go to Storefront CMS
- CMS Features
- Theme Settings
- Custom CSS tab
- Copy the code in blue above and paste it at the top or bottom of the "Global Custom CSS Code" box.
- Save/Update Layout
- Go to your storefront, refresh, and the 3 default images will be removed
