Hristo Georgiev
asked 10 years ago

Hello,
How to show title text and image only.
I would like to do this for all categories and on Home content added categories.
Thank you!

1 Answers
DominicStaff
answered 10 years ago

Hi Hristo !
To show image and Title text only, You can log in to Dashboard > Appearance > Customize > General Settings, add the following code to the “Header Script”

<style>
.single .site-content > .hentry footer.entry-meta {
    display: none;
}
.widget .entry-meta {
    display: none;
}
.entry-meta .entry-date {
    display: none;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro