Change size and color of the 3 headers in the footer

Change size and color of the 3 headers in the footer

flammagreg
Trailblazer
276 0 39

Hi guys,

 

I've been stuck on this for a while. Does anybody know how I can change the color and size of the 3 headings in the footer of seraneeva.com. Any help would be greatly appreciated!!

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10101 2398 3032

Hi @flammagreg 

check this one.

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.h3.footer-header {
    color: red;
    font-size: 40px;
}

 

And Save.

Result:

Made4uoRibe_0-1716826777340.png

Note: You can change the color you like, also do you like same size on the mobile screen? 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Henry
Shopify Partner
1184 335 299

Hi @flammagreg 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: paste bellow code in tag </body> -> save.

PageFlyHenry_0-1716827116398.png

 




<style>
  .h3.footer-header ,

summary.footer-summary {

color: red !important;

font-size: 20px !important;

}
</style>

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PageFly-Henry
Shopify Partner
1184 335 299

It looks like you are a newbie to Shopify, I think on the product page you can make the media stick while scrolling so the images stay in the user's view.

PageFlyHenry_0-1716827334781.png

 

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.