Home Forums WoodMart support forum Blog – meta information

Blog – meta information

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #476015

    karine
    Participant

    Hi,
    On bloc Blog, how can I hide the author, comments and sharing without hiding the categories ?

    Thanks

    Regards

    Karine

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

    karine
    Participant

    Thank you so much !

    #476202

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .entry-meta wd-entry-meta{
    display:none;
    }

    Best Regards

    #476235

    karine
    Participant

    Hi,
    it doesn’t work, sorry…
    Regards

    #476477

    Hello,

    Please replace the code with this one:

    body .entry-meta wd-entry-meta{
    display:none;
    }

    Please provide the page URL.

    Best Regards

    #476512

    karine
    Participant

    Hi,
    The three meta data are always visible…
    See attachment

    Regards

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

    Hello,

    Please provide the page URL where I can see that.

    If you have any questions please feel free to contact us.

    Best Regards

    #476783

    karine
    Participant
    #477138

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .hovered-social-icons,
    body .wd-entry-meta {
        display: none;
    }

    Best Regards

    #477212

    karine
    Participant

    Perfect ! Thank you so much.
    Regards

    #477409

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Blog – meta information’ is closed to new replies.