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 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
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
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
Sorted added code
“.footer-block–newsletter {
display: none !important;”
Thanks for the help.
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
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
@PageFly-Victor Thanks
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?
psw: picture
Thanks
Also if it’s possible and on collection page:
But if the price will be 219.01 it’s shows
Thanks
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.