-
AuthorPosts
-
May 1, 2014 at 9:34 pm #259066
As many of my blog posts don’t have images, I want to remove images from the Blog Grid layout, partly to save some space and po
artly because all images have a color border in this website. The blog page is at http://www.mgabingdon.org.uk/news/Which layout file do I remove the image php from?
- This topic was modified 10 years, 6 months ago by Artinet.
May 2, 2014 at 2:03 am #259148Hey Artinet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-image { display: none; }
Cheers!
YigitJanuary 29, 2015 at 12:20 am #387492This worked good but can I have this only happen on the home page, on the other pages I still want to see the thumbnail.
January 30, 2015 at 12:07 am #388040Hi!
You can add a
.home
in front of it to target only the homepage..home .avia-content-slider .slide-image { display: none; }
Best regards,
ElliottJuly 7, 2016 at 10:50 pm #658234Hi,
Sorry to jump in on this post but I want to achieve the same result on the following page (http://new.fcsafety.co.uk/service/mechanical_handling_equipment/) and then replicate on similar pages throughout the site but not all of them. Can I use the same code and just replace the .home with the page title or is it not that simple?
Thanks
Emma- This reply was modified 8 years, 4 months ago by efletcher.
July 8, 2016 at 1:55 pm #658403Hi Emma,
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-144 .avia-content-slider .slide-image { display: none; }
Best regards,
YigitJuly 8, 2016 at 10:49 pm #658608Hi Yigit,
Thanks for the response but it doesn’t seem to work? Do I need to do anything else within the site to help the code work?
Below is the complete quick css box in case something is contradicting it? Thanks for your help.
#avia-menu {
margin-left: 30%;
}
@media only screen and (max-width: 767px) {
h1.av-special-heading-tag { font-size: 35px !important; }}.av-subheading_below {
margin-top:50px!important;
}.av-image-caption-overlay p {
text-align: left;
margin-top: -70px!important;
}@media only screen and (max-width: 767px) {
.av-subheading {
font-size: 20px!important;
}}.page-id-144 .avia-content-slider .slide-image { display: none; }
July 11, 2016 at 1:56 pm #659260Hi,
Can you please try the code as following
.avia-content-slider .slide-image { display: none !important; }
Best regards,
YigitMay 31, 2018 at 1:08 am #964580Hi Enfold Support,
We’re in a similar boat but just want to remove the featured image from our post slider for certain post types. Can you please send the custom post slider CSS snippet that would remove the featured image preview from a post slider of post types with category of “XXXXX”?
Thanks!
EricMay 31, 2018 at 6:19 pm #964883Hi Eric,
Category selector is not added in content slider therefore you would need to target using post ID as following
.avia-content-slider .post-entry-142 .slide-image { display: none; }
Best regards,
YigitAugust 28, 2018 at 4:14 pm #1002745I have tried all of these css tricks and none have worked. I want to remove the author image from the blog grid layout page as there are no featured images for the posts. Please advise. Temporary url is: http://ihost2net.com/turbo/stocks-to-watch/
August 28, 2018 at 4:16 pm #1002746Oops – my bad – ignore my previous post. Sorry.
August 28, 2018 at 9:50 pm #1002860Hey image2site,
Did you still need help with this topic, or shall we close?
Best regards,
Jordan ShannonAugust 28, 2018 at 11:20 pm #1002902Hi Jordan,
I got it resolved. You can close this.
August 28, 2018 at 11:26 pm #1002912Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Remove images from Blog Grid layout’ is closed to new replies.