bdbrown on "[Theme: Hueman] Thumbnail disable"

ساخت وبلاگ

martyfoxx
Member
Posted 6 hours ago #

Hello, is it possible to disable thumbnail at mainpage at all? I'am using blog post as standard list - so one post per line and if I disable placeholders under thumbnail theme settings I still have a free area next to post preview on main page. I also tried disable comment count - no luck with that. I have no thumbnail set for any post. Thanks for help.

Hi,

You can use the following in your child theme style.css
It will hide your post thumbnail and remove the "free area".

.home .post-thumbnail { display: none;
}
.home .post-inner { padding-left: 0 !important;
}

Thank you

bdbrown
Member
Posted 9 minutes ago #

Hi martyfoxx. Welcome to the Hueman forum. Try adding the following CSS to a child theme style.css file or a plugin like https://wordpress.org/plugins/simple-css/ or https://wordpress.org/plugins/custom-css-js/:

/* remove post image */
.post-standard img { display: none;
}
/* shift post content left */
.post-standard .post-inner { padding-left: 0;
}

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 318 تاريخ : دوشنبه 11 مرداد 1395 ساعت: 10:42