Home Forums Free Themes Education Hub Removed word preview from featured content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10515
    dbresnick
    Participant

    On the static front page, under the featured content images, is there a way to hide the words from showing? I would like to simply have the featured image with the title so when the visitor clicks on the image/title, it takes them to the page where they can read the full content.

    Thanks

    #10516
    wensolutions
    Keymaster

    Hello @dbresnick

    To hide the words showing under the featured content images you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you need to copy and paste below CSS.

    #featured-content p {
    display:none;
    }

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

    #10552
    dbresnick
    Participant

    That worked, thanks so much!

    #10607
    wensolutions
    Keymaster

    Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/view/theme-reviews/education-hub

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.