Shopify themes, liquid, logos, and UX
Hello there guys!
I habe a problem with suddenly appearing empty white spaces on specific pages, which disappear when reloading sometimes..
They appear for example on the products page and on the contact page and look like this:
Maybe you can see it by yourself:
I chose the "dawn" theme and configurated it a little bit. The Theme is Nr. 4 (with the black background) but on some pages, the background stayed white. So i added this code to the "custom css" field:
{
background-color: #0d0b0c;
}
h1 {
color: #c4c4c4;
}
{
color: #c4c4c4;
}
I added that code also to the last line of base.css
On the preview on shopify everything works great, on mobile too (as i saw), but on desktop sometimes these empty spaces appear.
Do anybody know how i can get rid of them?
Thanks in advance
Attila
Solved! Go to the solution
This is an accepted solution.
Hey @real_Maestro,
This was the problem, to fix:
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
div#WebPixelsManagerSandboxContainer {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
I have the same problem above header
This is an accepted solution.
Hey @real_Maestro,
This was the problem, to fix:
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
div#WebPixelsManagerSandboxContainer {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Just followed above, since this was an intermittent problem I will observe over the next few days. Thank you for the suggestion
Thank you very much, the problem is fixed!
Have a nice day i appreciate your help very much
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025