Hello,
I am having trouble with a page where it seems that an additional blank color section has appeared, and if I switch to a text editor mode, I have nothing (no code appears), so I cannot delete it from there either…
Could you advice on how to proceed?
Thank you!
Hey Fiorilla!
Thank you very much for contacting us.
Can you please help us understand, where is that blanc color?
A screenshot could help.
Thank you
Cheers!
Basilis
Hey Fiorilla,
You can add this via quick css:
#after_section_4{
display:none !important;
}
Let me know if this works
Best regards,
Jordan Shannon
Hi! Thanks for your advice – actually, this morning it looks different from yesterday, very weird! Here is the screenshot of what I saw yesterday while checking with Firebug… (if you have advice about how not to let that happen again, it would be great!)
Fiorilla
Hi,
I removed that blank space yesterday by providing the adding the following css:
#after_section_4{
display:none !important;
}
Best regards,
Jordan Shannon
Oh great, thank you so much!