Dawn theme move social media icons into the footer tab

I wanna move my social icons into the tab “Follow us”, icons start showing when Follow us tab opens when the tab is closed icons don’t show. Maybe someone can help me with that?

Talking about mobile.

web: homeda.co.uk

psw: picture

theme: dawn

I have added them, just need help with how I can add them, I show in the picture.

Thanks

Ok, I sorted the code for me is working “display: flex;” just don’t know in which file I need to add it?

Hi @Deoxes
This is Victor from PageFly - Shopify Page Builder App

Please add this code to your base.css file to get this sove

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: find and click on base.css and paste the code at the bottom of the file

.footer-block__details-content.rte {
display: flex;
}

Hope this can help you solve the issue

Best regards,

Victor | PageFly

1 Like

@PageFly-Victor

Thanks, yes it works just how I can hide this social section which I show in photos because if I try to hide for me hide both social sections.

Thanks

@PageFly-Victor

Sorted added code

“.footer-block–newsletter {
display: none !important;”

Thanks for the help.

@PageFly-Victor

Hi I told you I fixed it, but I broke few times my theme and now I wanna ask you, maybe you know how I can correctly social media icons put inside “Follow us” tab (mobile version) on desktop it’s ok because no tabs, but in mobile version how I can put it inside correctly?

web: homeda.co.uk

psw: picture

Thanks

@PageFly-Victor

Is it possible to add social icons to the tab?

Im so sorry for the late response, you can try this code and paste it in theme.liquid above the


1 Like

@PageFly-Victor Thanks

@PageFly-Victor

I have one more question for you, maybe you can help me with theme prices, I wanna when I set on the products the price like: 239.00$ It’s on public shows 239£ take off zeros, but if I set the price like 239.01£ It’s starts show after .01, maybe you know it is possible?

homeda.co.uk

psw: picture

Thanks

@PageFly-Victor

Also if it’s possible and on collection page:

But if the price will be 219.01 it’s shows

Thanks

@PageFly-Victor

I found the code: {{ product.price | money_without_trailing_zeros }}

Just don’t know where to add it, because if I added in price file, I have show double prices.

@PageFly-Victor

Sorted

https://community.shopify.com/c/shopify-design/display-free-quot-instead-of-0-00-shopify-2-0-dawn-theme/td-p/1525328