Remove date from megamenu

Home Forums Gillion Theme Remove date from megamenu

Home Forums Gillion Theme Remove date from megamenu

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

    Hi-

     

    I am using the included megamenu for my site and I would like to hide the dates.

     

    Even better would ben replacing the date with the post author’s name and avatar, similar to what is displayed in other parts of the theme.

     

    Please let me know how I can do this.

     

    Thank you!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @socalbicyclist,

     

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

     

    I am using the included megamenu for my site and I would like to hide the dates.

    You can hide it 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

     

    .mega-menu-row .post-auhor-date {
        display: none;
    }

     

    Even better would ben replacing the date with the post author’s name and avatar, similar to what is displayed in other parts of the theme.

    You have to develop custom code to achieve this.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

    Best regards,
    Shufflehound team

    socalbicyclist
    Participant

    Great! Thank you.

    You are most welcome here 🙂

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