Blog Images Question

Hello,

We have a blog feed on this page: http://sandbox.zivelo.com/knowledge/ and we like the images displaying on this page, but is there a way to hide the images from displaying on this page?: https://sandbox.zivelo.com/category/blog/

Also, our Blog Headlines are slight cutoff here: https://sandbox.zivelo.com/category/news/ and https://sandbox.zivelo.com/category/blog/ how can we correct this?

Thank you for your help!

Hi Mary,

Thanks for writing in!

  1. To hide the images on that page, you can add this in Theme Options > CSS
.archive.category .entry-featured {
   display:none;
}
  1. Try to set your container SELF FLEX to Fill Space

Hope that helps.

Hello, which container to I edit? I have 3.

And that code worked, thank you!

Hi Mary,

Please adjust the bar that contains your blog title and the category title.

Please let us know how it goes.

There is no Self Flex area of it’s bar, is there another way to correct it?

Hey Mary,

Paul was referring to the Container inside the Bar.

In addition, set the Width of the Text element.

After that, it should look like this:

The space is because of the header landmark markup.

Thanks.

When I mouse over the containers, none of them highlight that area of the bar, so I don’t know which container is correct.

And editing the text width made it look like this:

Hi There,

That should be the bar #3, I’ve changed the Self Flex option of container to Fill Space and everything looks good now:

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.