Hi all,
Can the powered by shopify logo be removed from the footer of my site?
Draft theme URL : https://ofgzwtcmvfraycfw-25590600.shopifypreview.com
Theme prestige
Thank you,
dan
Hi all,
Can the powered by shopify logo be removed from the footer of my site?
Draft theme URL : https://ofgzwtcmvfraycfw-25590600.shopifypreview.com
Theme prestige
Thank you,
dan
As one of the options, you can hide it with CSS. If choose to go this route, just add this rule to the bottom of theme.css file
#section-footer .Footer__ThemeAuthor {
display: none;
}
Hi @Danielparsons .
I am Richard Nguyen from PageFly - Advanced Page Builder.
You can go to Onlinestore=>themes=> action=> edit code and add this code on file theme.css
.Footer__ThemeAuthor {
display: none;
}
Hope this helps.
Best regards,
Richard - PageFly
Hiding something with CSS is like dropping food in the kitchen and just kicking it under the fridge so you can’t see it. Definitely go into your templates and remove it from your code.
oh sorry for that
.Footer__ThemeAuthor {
display: none;
}
Hi! I tried to use the code for my theme but it didn’t work. Any idea why?
oh sorry for that issue can you please share store url so i will check and let you know