Have a section that is using the Blog Posts content on my home page. I have it set to display my images at a certain pixel but it instead it’s showing nothing but the title and readmore link.
The title and read more button is fine as i selected this but my images aren’t showing up. See image below
Tried using a slider post as well to test it and same thing, not getting any images.
If you need login info, please let me know.
Thanks all.
Hey Drebosio,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
Hey Rikard,
Please see below.
Thanks
Woops please see below
Hi,
You are hiding the images with CSS:
.home .slide-entry-overview a.slide-image {
display: none;
}
Remove it or change it to this instead:
.home .slide-entry-overview a.slide-image {
display: block;
}
Best regards,
Rikard
Oh wow, i forgot i added that to the CSS, I feel dumb lol.
Thanks so much for the help Rikard!!
I have another question but not sure if i should open a new post about it (after searching forums i couldn’t find this questions before)
I have a 4col layout with my blog posts, i was wondering if i could close the gap/gutter space that is there? I looked at the css and i see there is a “Margin-left” and “width” but i don’t wanna touch the main css file can i add some quick css to make it smaller?
If so how can i target it so it gets applied.
Thanks!