Posts dates appears when they're not supposed to

Home Forums Gillion Theme Posts dates appears when they’re not supposed to

Home Forums Gillion Theme Posts dates appears when they’re not supposed to

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • NicoLehoucq
    Participant

    Hi,

    We wanted to delete the dates from the posts on our website.

    For this purpose, we configure on the backend the posts to not include the date. This worked everywhere on the website except for the megamenú.

    We just realize that the articles shows on the megamenú of the website (Sections “Info práctica” and “COVID-19”) the dates.

    Could you please check what we are missing? How can we configure it in order to “hide” this information?

    Thank you in advance.

    Waiting for your response.

    Nicholas L.

    Solution for this topic

    Hi Nicholas,

     

    I hope you are well today and thank you for your question.

     

    You can hide the mega menu dates by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #header-navigation .post-meta-content span.post-auhor-date {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    NicoLehoucq
    Participant

    Hi,

    Thank you for the info.

    I’ve just put the CSS code and it works properly. Now the date is no longer visible on the website.

    We consider the issue solved.

    Thanks again.

    Best regards.

    Nicholas L.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)