Remove category links on Post Featured Images: 260 x 126 cropped (Expound theme)
-
Hi, I am using the expound theme. On the Post Featured Images: 260 x 126 cropped, there are category links by default which covers my image giving a bad impression. How to remove these category links?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
No problem. You can try the following line of code to hide the tag graphic and categories.
.entry-thumbnail-category { display: none; }To use the above code, click on your site name on the admin menu at the top left, and in the drop-down, select “Customize” to launch the site customizer. You can also reach the Customizer from your dashboard by going to Appearance>Customize
From there, click on the “CSS” tab, and paste in the code, and be sure to save your changes when you are done.
-
- The topic ‘Remove category links on Post Featured Images: 260 x 126 cropped (Expound theme)’ is closed to new replies.