Jump to content

[Share] Hide Video Category on Video Page

Recommended Posts

To hide the Video category on the Video Page, you can use these CSS code.

image.thumb.png.3506ea621e217aaa9e07c12ed69a3fae.png

If the code doesn't work, you can send link to video page, I will check again.

#1. All categories

li.lesson-category {
	display: none !important;
}

image.png.082bd7c12d9b05100a42abab9b6eb652.png

#2. Hide category on specific items

Suppose you need to hide the category on this item

image.thumb.png.3506ea621e217aaa9e07c12ed69a3fae.png

First you need to find the item URL, in my example, we will have:

image.png.3a34a9236e189c97ca18955c08cb000f.png

Next, use CSS code like this to Custom CSS box.

li#thumb-hosted-with-custom-z9ehj-dk54m-kn9sj-pfzpc .grid-categories {
	display: none !important;
}

image.png.25edcc039b4ab566ecd3df145278b6b1.png

#3. Hide specific categories on all items

Suppose you need to hide category “Yoga for Beginners” for all items.

image.thumb.png.7c1ec6ffe18a92a6da9458852aad5a2b.png

First, you need to click on the category to see the category URL. In my example, it is:

image.png.15448660961247bebf792f57909c0342.png

Next, use this code to Custom CSS box.

li.lesson-category:has(a[href*="/yoga-for-beginners"]) {
	display: none !important;
}
.grid-categories:has(a[href*="/yoga-for-beginners"]) span {
	display: none !important;
}

image.png.936bbe562deeade4c20ce70ac3db7c69.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Replies 0
  • Views 218
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

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


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.