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.
Topic summary
A user removed their store’s header and footer using PageFly but encountered unwanted code appearing in the footer area. The problematic code snippet included CSS styling (.logo-tagline.table { display: none }), which appeared to be incorrectly formatted or placed.
Troubleshooting attempts:
- GemPages support suggested the CSS syntax was incorrect or placed within a PageFly element
- Recommended wrapping the code in proper
<style>tags within theme.liquid - Another user suggested checking theme.liquid or footer.liquid files, particularly before the
</body>tag
Resolution:
PageFly-Victor confirmed the footer error was resolved, apologizing for the application’s impact on the site. The issue appears to have been successfully fixed, though the specific solution implemented wasn’t detailed in the final response.
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 . tag pair)
Then replace with below code:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
@Khaleed - hi, please check your theme.liquid file, it can be before
or footer.liquid file, it can be at the end of it
Hi @Khaleed
Could you share with me the page url?
it didnt work.. not too sure why
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.
