Home Forums WoodMart support forum delete element in post

delete element in post

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #497333

    karine
    Participant

    Hi,

    In Single post, how to delete the two items that are an attachment please ?

    Thanks

    Regards

    Karine

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

    karine
    Participant

    Hi,
    I figured out how to do this by deleting the categories, but “Non classé” is still displayed. How can I hide it please ?
    See attachment

    Regards
    Karine

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

    Hello,

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

    .meta-categories-wrapp {
    display:none;
    }

    Best Regards

    #497612

    karine
    Participant

    Hi
    Tjis code doesn’t work, sorry…

    Best reg

    #498121

    Artem Temos
    Keymaster

    Hi,

    – In order to remove Categories meta info, add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .single-post .meta-post-categories,
    .wd-single-footer .single-meta-tags{
    	display: none;
    }

    Regards,

    #498139

    karine
    Participant

    Thank you so much, it’s ok now.

    Regards

    #498232

    Artem Temos
    Keymaster

    You are always welcome.

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

The topic ‘delete element in post’ is closed to new replies.