How to hide images

March 2014 WordPress Theme
GK User
Sat Apr 02, 2016 7:35 am
Hello!
I would like to hide the images in the related posts,
f.e. here - http://economix.bg/nikolova-bnb

What should I do?
Thanks
User avatar
Junior Boarder

Joshua M
Mon Apr 04, 2016 7:38 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use any custom css plugin:

Code: Select all
.gk-related-posts .featured-image img { display: none; }
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.