Home Forums WoodMart support forum Good day. How to delete the specified items?

Good day. How to delete the specified items?

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

    How to delete the specified items?

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

    body.single-post .meta-author{
    display:none;
    }
    body.single-post .woodmart-post-date{
    display:none;
    }

    Best Regards

    #352613

    I followed your recommendation (screen роst 3) , but only deleted one (screen роst 5). Where I managed to delete, I highlighted in green. I hope for your help. Thanks.

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

    Hello,

    Please replace the code with this one:

    body .meta-author{
    display:none;
    }
    body .woodmart-post-date{
    display:none;
    }

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

    Best Regards

    #352880

    Let’s try again. So far succeeded in one. (screen 1). Cannot delete (screen 2), and (screen 3) . Thanks.

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

    Let’s try again. So far succeeded in one. (screen 1).

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

    Hello,

    Please give me the page URLs where you want to remove that and remove all previous code I provided.

    Best Regards

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