You seem to be using a Third Party Swatches plugin which is adding in those additional options. Let us know how you wish for the hover to behave so we can write up Custom CSS for it.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
How about removing all the options and buttons from the product list view? Only leaving a "View product" button so it takes you to the specific product page.
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
.cfvsw-label-option
{
display: none;
}
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.
Hi.
The quick options like "Select Options" and "Quick View" appear when I roll over a product but they block the actual options. How can I fix this?
Thanks!
Hey xumdigital ,
Thanks for reaching out! .
You seem to be using a Third Party Swatches plugin which is adding in those additional options. Let us know how you wish for the hover to behave so we can write up Custom CSS for it.
Best,
ThemeNectar Support Team
Thanks, Tahir.
How about having those two auto appearing options (Select Options and Quick View) over the image instead when we roll over?
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks! But I still don't like it.
How about removing all the options and buttons from the product list view? Only leaving a "View product" button so it takes you to the specific product page.
Can you help me with that?
Thanks again.
Hi there,
Thanks for writing back
To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:
From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:
Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.