Home Forums Pro Themes Education Hub Pro Remove date from "News" Section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15972
    patriciapaes
    Participant

    Hello! How do I remove the post date in the News section in the home page? I already removed it from the Content Meta options and in the rest of the website is ok, only at the home page, in the news section, a small calendar icon with the post date is appearing under the post tittle.

    #15973
    patriciapaes
    Participant

    Also, how do I translate the “Search” button? I managed to translate the search placeholder, but the button itself I couldn’t find how to translate it.

    #15992
    wensolutions
    Keymaster

    Hello @patriciapaes,

    To hide the post date in the news section, please paste in the following custom CSS in your Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS Field :

    .news-content .block-meta {
        display: none;
    }

    The search button text in the Education Hub Pro theme is translation ready so it can be translated in your desired language.You can use the pot file from the theme directory > languages folder and translate the search string in your desired language.

    Hope this resolves your issue,

    Best Regards!!

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