Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I remove unwanted code from my PageFly designed store footer?

How can I remove unwanted code from my PageFly designed store footer?

Khaleed
Excursionist
29 0 5

Im using pagefly to design my store so i got rid of the header and footer via pagefly. But now my website has code where the footer would belong, how do i get rid of this? .logo-tagline.table { display: none; } this is the code that I need to remove. If someone can help I would greatly appreciate this. 

Screen Shot 2022-12-08 at 1.38.32 am.png

Replies 6 (6)

GemPages
Shopify Partner
5625 1262 1254

@Khaleed 

 

It's GemPages support team and glad to support you today.

Because you add css code to theme.liquid but syntax is not correct ( or the code is placed in an element of pagefly , which can put css code )

You can find that code: .logo-tagline.table { display: none; } 

(Put the code inside the <style></style> . tag pair)

Then replace with below code:

 

 

<style>
  .logo-tagline.table { display: none; } 
</style>

 

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Khaleed
Excursionist
29 0 5

it didnt work.. not too sure why

PageFly-Victor
Shopify Partner
7865 1786 3115

Hi @Khaleed 

We are very sorry that our application affected your site.
I checked your problem and found the footer error is gone.
In case you need anything else, don't hesitate to let us know.
Thank you so much.

suyash1
Shopify Partner
10130 1253 1593

@Khaleed - hi, please check your theme.liquid file, it can be before </body>

 

or footer.liquid file, it can be at the end of it

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

LeoPham
Shopify Partner
32 2 1

Hi @Khaleed 

Could you share with me the page url? 

 

banned
Khaleed
Excursionist
29 0 5