This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
On our development website http://sharkdigitalthinktank.com/shop-by-vehicle/ The Category and quantity is showing right in the middle of the Car brand graphic I made. Is there a way to remove that ONLY from this page? I want to be able to just have the person click on the graphic I created for each car brand.
thank you!
Hello,
You send me the wrong password, so I can’t check if this page is a simple page or Shop page.
If this page is simple page then go to Pages > edit page > find VC custom CSS settings http://prntscr.com/csukgv and add the following code
.category-grid .categories-mask {
display: none;
}
This code will be applied to this page only.
Regards
You must be logged in to reply to this topic.Log in/Sign up