Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #267866
    Todayxxyearsago
    Participant

    Hello,

    I would like to remove the banner from the featured content posts. I want to show the featured image only without the grey semi-transparent banner + title + subtitle.

    My website is:
    https://www.todayxxyearsago.com/

    Thanks in advance!

    #267908
    tikaram
    Keymaster

    @todayxxyearsago: Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css.

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

    Let me know if this works or not.

    Regards,
    Tikaram

    #267975
    Todayxxyearsago
    Participant

    Hi Tikaram,

    It worked! Thanks a lot for the quick response!

    #268018
    tikaram
    Keymaster

    @todayxxyearsago:Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Banner + Text from Featured Content’ is closed to new replies.