Home Forums WoodMart support forum Disable Meta Text/Content at Blog Archive

Disable Meta Text/Content at Blog Archive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #177330

    johnlabu
    Participant

    Hi, is there any option to disable all meta in blog archive? or any css trick ?

    see here what i mean : https://imgur.com/a/CZ9pljG

    #177368

    Hello,

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

    body .woodmart-entry-meta .meta-author {
    display:none;
    }
    body .woodmart-entry-meta .meta-reply {
        display: none;
    }
    body .hovered-social-icons {
         display: none;
    }

    Best Regards.

Tagged: 

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