Site logo

Archived topic

Disable or Centre post title on excerpt of featured post

3 replies · Started by Hakim on April 5, 2019

Viewing posts 1–4 of 4

I am trying to do the above and don't know how :(

Hi there,

you can use this CSS:

.featured-column .entry-title {
    text-align: center;
}

or to hide it:

.featured-column .entry-title {
    display: none;
}

Thank you David. Works as desired. Time to learn CSS instead of just think about it!

Hakim

You're welcome

This archived topic is closed to new replies.