Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17969
    Potzas
    Member

    Hi there, i’m putting titles in for my featured content (not wanting them to link to anything), however titles aren’t showing up. http://www.reefadmin.com

    Thanks!

    #17979
    Sakin
    Keymaster

    @Potzas: It’s because you have hide the title for the pages title from the following Custom CSS.

    .page .entry-title {
        display: none;
    }

    So, to show the title on the Featured Content. Either you need to remove the above CSS from Custom CSS box or you need add the following CSS to show only in the Featured content.
    .page #featured-post .entry-title { display: block; }

    #18058
    Potzas
    Member

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Headings on working in Featured Content’ is closed to new replies.