Site logo

Archived topic

How to change blog page design?

3 replies · Started by Former User on November 29, 2020

Viewing posts 1–4 of 4

Hello,

on the first url bellow is my blog page but, it seems to be showing a border around post, showing feature post and title is showing before feature image. I would like to show this page like second url place bellow on categories section which shows posts in 2 columns, feature image and title bellow, how can I achieve this on blog page design since second url is using wpshowposts plugin?

Thanks!

Hi,

You can adjust how the featured image displays relative to the title and entry meta through Appearance > Customize > Layout > Blog.

You can set it to either appear Above Title or Below Title as shown here: https://share.getcloudapp.com/9Zu0Yvdv

Hello Elvin,

Thanks for the reply, yes that seems to be working but, since it has some tweaks on Add CSS some features are not working, I would need just some help to do the following:

1) Remove gray border that shows around post on post listing page

2) Show categories because of some tweaks we had made is not showing when enabling it from customizer

3) How to remove excerpt content from listing?

Thanks again for your help,

Sara

1) Remove gray border that shows around post on post listing page

You have this on your Additional CSS:

.generate-columns .inside-article {
    border: 1px solid #ccc;
}

Simply remove this to remove the border.

2) Show categories because of some tweaks we had made is not showing when enabling it from customizer

Can you specify the tweaks you've made? It may be best to open a separate topic for this.

3) How to remove excerpt content from listing?

You can completely remove the excerpt from display by adding this css:

article.post .inside-article .entry-summary{
display: none;
}
This archived topic is closed to new replies.