-
Posts
9 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by JustynaK
-
-
All of the codes shared across different forums were wrong, so I figured it out myself - can you remove this screenshot? It shouldn't be here. I would appreciate a DM instead of posting it on a public forum
-
I second that request - was utterly disappointed to see I can't add WEBP images - on wordpresss it made a huge difference to my client's SEO
-
can you help me with hiding the bar on this page? https://www.putneybjj.com/register-interest
-
On 2/13/2020 at 1:48 AM, christyprice said:
Hi @BOwens,
As @tuanphan mentioned the code is specific to each template family. If you happen to be on a Brine family template, you can add this code in that particular page's Page Settings > Advanced > Page Header Code Injection to remove the announcement bar. If you are on a different template, please post a link to your site so someone can help you out.
<style> /* remove announcement bar */ .sqs-announcement-bar-custom-location { display: none !important; } </style>
It doesn't work on my page: https://www.putneybjj.com/register-interest
-
it doesn't work
-
I also have this issue - you can see it on this page: https://www.putneybjj.com/
How do I remove the space below footer? Thx
-
I just came across this issue and it would be great if SS resolved it. It's such a pain in the ass
-
I'm joining this thread as just got same issues via web.dev. All other scores are 100/100 but the CLS issues on SQ still drop my performance to 51%, even after reducing java scripts and image sizes...
As above, I'd love to hear from SQ if you're all doing something about it.
Disable Announcement Bar On Single Page
in Customize with code
Posted
This is the code that worked for me when none of the ones shared above did the job...
<style>
/* remove announcement bar */
.sqs-announcement-bar {
display: none !important;
}
</style>