Footer Section Customize (Prestige Theme)

Solved

Footer Section Customize (Prestige Theme)

dreamtechzone_5
Shopify Partner
603 1 92

Hello Everyone!

I am using shopify prestige theme. I want my footer section to be like this image in mobile mode, Is it possible? Thank you.
Store: https://puppies-paws-shop.myshopify.com/
Password: Admin

 

Mobile Mode.png

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @dreamtechzone_5

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save 

.Footer__Title.Heading.u-h6 + span > svg {
    width: 13px !important;
    height: 24px !important;
}

Here is result: 

BSSTechVenture_0-1717089990023.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @dreamtechzone_5

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file -> Save 

.Footer__Title.Heading.u-h6 + span > svg {
    width: 13px !important;
    height: 24px !important;
}

Here is result: 

BSSTechVenture_0-1717089990023.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

dreamtechzone_5
Shopify Partner
603 1 92

Great. It worked. Could you increase the space below the subscribe button and put the copyright text a little lower? Thank you.