Tagged: enfold, header, menu, transparency, woocommerce
I made my topic private because there are links to my client’s website.
Hi mandahays!
Thank you for using Enfold.
Actually, you have to disable the shop base page in the Dashboard > Woocommerce > Settings > Products > Display panel. Edit the shop page then add the products by using the Product Grid element. You can then change the header style.
Cheers!
Ismael
Thank you! That worked perfectly, but now I have another issue. For some reason, the footer on my site gets squished on mobile devices. It happens on some pages, but not others. I’ve attached examples with screenshots below.
Thanks for the help!
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#footer .av_one_fourth {
width: 100%!important;
margin-left: 0;
}}
Best regards,
Yigit
Thanks! That worked.
Hi!
Wordpress is resizing images by default when uploading. You can gain control over image sizes using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Use this code in Quick CSS field to remove related products completely:
div#av_section_1 {
display: none;
}
Regards,
Andy