I tried both:
div .logo { display: none !important; }
.logo { display: none; }
to remove the hexagon shaped image from the top of the “Coming Soon” demo page I imported, but to no avail. How can I remove it?
Thanks
Hi agardin,
the image “logo’ is in the page “Coming Soon” as an image.
The layout :
<Color section>
1/4 empty bloc,
1/2 empty bloc,
image bloc
text bolc (COMING SOON TO A PLACE NEAR YOU !)
1/4 empty bloc,
</Color section>
Just delete image bloc or change the image with yours
Awesome response time! It was so small I missed it. Problem solved, thank you.