[Resolved] Disable or Centre post title on excerpt of featured post

Home Forums Support [Resolved] Disable or Centre post title on excerpt of featured post

Home Forums Support Disable or Centre post title on excerpt of featured post

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #860429
    Hakim

    I am trying to do the above and don’t know how 🙁

    #860611
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS:

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

    or to hide it:

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

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

    Hakim

    #861194
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.