Hello Charbel,
Please share the site url so we can provide you custom css as per the need.
Kind regards,
Manoj
Thread Starter
Charbel
(@charbel81)
Oh sorry
mediadealz.de
Please Help. Thanks for the support.
Hello Cahrbel,
Please apply the below given custom css in your style file-
.storefront-handheld-footer-bar {
display: none;
}
I hope the above was helpful.
Kind regards,
Manoj
Thread Starter
Charbel
(@charbel81)
Thank you very much.
Now one more thing. How do I get the ad out at the top right. See picture: http://www.bilder-upload.eu/upload/3873cc-1524571118.jpg
Regards Charbel
You can do this using a function:
https://gist.github.com/stuartduff/a2c61865d3233a3da8ec24c813999f80
Or CSS:
ul#site-header-cart {
display: none;
}
Hope that helps!