Home Forums Trusted Pro Remove Titles from Featured

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4227
    Phillip Allen
    Participant

    I would like to remove the titles from the featured boxes on the front. Anyway I can do this? Right now I am using custom images from the excerpt box but my images have my titles in them.

    #4231
    Andy
    Keymaster

    To remove the titles, add this to Customize > Additional CSS:

    #featured-post-section .featured-post h4 {
         display: none;
    }

    If you want to hide the titles, but still keep the white space where the titles would have been, use this instead:

    #featured-post-section .featured-post h4 {
         visibility: hidden;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Titles from Featured’ is closed to new replies.