Jump to content

Disable Quick View in Prestashop 1.7.8


Jonathandavis

Recommended Posts

Hi,

you can hide the quick view by CSS:

.quick-view {
    display: none;
}

If you want to hide more items, can you send me the URL of the shop so I can see what CSS rules needs to be applied for this? also can you mention which block you want to remove?

Have a nice day, Leo.

Link to comment
Share on other sites

  • 6 months later...
On 1/18/2023 at 7:39 AM, presta.show said:

HI,

If you use default theme try belowe css code:

 

.product-miniature .thumbnail-container:focus .product-description::after, 
.product-miniature .thumbnail-container:hover .product-description::after{
	display:none;
}

.highlighted-informations{
	display:none;
}

 

Thank you for your comment.. It's a custom theme and it doesn't work.

I'll contact theme author, thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...