Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #90505
    Hösli
    Participant

    Good morning

    Is there a way to display the featured content with title and excerpt only without deploying the pictures. If there is no pictures added to the page, then there will be a black substitute displaye which is not nice.

    Thanks Stefan

    #90521
    Mahesh
    Keymaster

    @stefanhoesli: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content article.hentry > a {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Content- no picture, only title and excerpt’ is closed to new replies.