Remove Video Thumbnails
-
Is there a way to remove the video thumbnails that are below the main video being displayed on the homepage of the Gigawatt theme?
The blog I need help with is: (visible only to logged in users)
-
Hello,
To do so you must have access to Custom CSS. If you have access to that, you may add the following:.home .recent-content{display: none;}
-
I do have Custom CSS, but unfortunately that code did not work to remove the thumbnails. Any other suggestions?
-
I just fixed it with this code:
#recent-content {
display: none;
}Thanks for your help!
- The topic ‘Remove Video Thumbnails’ is closed to new replies.