Re: Powered by shopify prestige theme

Solved

Can I remove the 'powered by' logo from my Prestige theme footer?

Danielparsons
Pathfinder
117 0 13

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

DSP
Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3094

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

View solution in original post

Replies 6 (6)

Nick_Marketing
Shopify Partner
1487 336 465

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;
}

 

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

PageFly-Victor
Shopify Partner
7865 1785 3094

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

_nonamakela
Visitor
2 0 1

Hi! I tried to use the code for my theme but it didn't work. Any idea why?

KetanKumar
Shopify Partner
37037 3644 12019

@_nonamakela 

oh sorry for that issue can you please share store url so i will check and let you know 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

p1Commerce
Shopify Partner
128 17 66

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.

Appreciate the assistance? Please hit the Like and Accepted Solution buttons.
--
An Exceptionally Technical eCommerce Firm
Entirely Focused on Search Position - p1commerce.com

KetanKumar
Shopify Partner
37037 3644 12019

@Danielparsons 

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;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing