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

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

2 Likes

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

1 Like

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.

1 Like

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

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

1 Like

@_nonamakela

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