Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #135572
    Matt
    Participant

    Is there a way that I can remove the dates & titles from the featured content? I have my featured content set to pages but I would like this info for any featured content I choose.
    I would also like to be able to customize what is displayed in place of the titles and dates.
    Thank you

    #135586
    Skandha
    Participant

    @mhutabarat: Go to => Appearance => Customize => Additional CSS and add the following CSS.

    .featured-content-wrapper .entry-header {
        display:none;
    }

    Let me know if this does the trick.
    Regards,
    Skandha

    #135617
    Matt
    Participant

    Yes, it does work and thank you for the quick reply. Is there a way to remove only the date and keep the title?

    Also, is there a way to remove the title if I choose to use the featured slider? I have noticed that is puts the title directly in the center of each image. I have tried changing the “Display Content” to “Hide Content” but that seems to only work on posts. Would I be better off adding a custom image slider in the top section of the body?
    Thanks in advance for your help and patience.

    #135632
    Skandha
    Participant

    @mhutabarat: To remove only date and keep the title.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content-section .entry-date.published {
        display:none;
    }

    Please post in your site URL.

    Let me know if it works out.
    Regards,
    Skandha

    #135739
    Matt
    Participant

    Thank you so much!
    I will be sure to add my URL

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove dates & titles from featured content’ is closed to new replies.