Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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
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;
}
This is an accepted solution.
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
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
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
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
.Footer__ThemeAuthor {
display: none;
}
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024