displaying posts in blog page without pictures...

Hi, I want to display posts on my blog page without pictures, only text.

just headers and some text, listed in one column and not two.

Please check my URL :http://www.myadmin24.com/blog/

yes I choose grid only from blog options-> grid only, but it keeps displaying picture .

Ps. it was only text before the update.

thanks

Hi @akram,

Please use this Custom CSS in Appearance -> Customize -> Additional CSS,

.blog article header { display: none; }

Let us know,

Thanks,
laranz.

Great, thank you @Laranz

can I now make the blog page lists the posts in one column and not two ?

like each thread taking the whole width of the page (beside the side bar)

thanks

Hi,

You can set that in Appearance -> Customize -> Shapely Options -> Blog Settings -> Blog Layout.

Let us know,

Thanks,
laranz.

Hi,

I added your custom CSS and it works fine: no featured image on blog and on post but the featured image is still visible on category.

Can anyone help me with this please?

Many thanks

Hi,

Sure I can help you with that. Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.archive article header { display: none; }

Let us know,

Thanks,
laranz.

Hi,

Brilliant! Thank you so much.

Hi,

Glad we helped. :slight_smile:

Let us know if you have any other questions. If you’re happy with our service, don’t forget to review & rate us in WordPress [Shapely] Reviews | WordPress.org. :wink:

Thanks,
laranz.