Hide Feature Image in single post Atlas Theme
-
Hello, I’ve just switched to the Atlas theme for my blog http://whenyouworkforthechurch.com, and would like to hide the feature image when viewing the single posts. Could someone please tell me how to do that with CSS? Your help is much appreciated!
The blog I need help with is: (visible only to logged in users)
-
Hi journalkeeping
Could someone please tell me how to do that with CSS?
– to hide the image you need to add the following code:
img.attachment-featured-image-single { display: none; }Hope this helps, feel free to ask
-
-
- The topic ‘Hide Feature Image in single post Atlas Theme’ is closed to new replies.