Home Forums WoodMart support forum Hide “published by” author detail and categories

Hide “published by” author detail and categories

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

    ccuypers
    Participant

    Hi,
    How to hide the autor detail so it doesnt show.

    Same for the categories above it. I want to hide it

    I allready tried several codes in the custum css. But they didnt help.

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

    Hello,

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

    .meta-categories-wrapp {
    display:none;
    }
    body .wd-entry-meta .meta-author {
    display:none;
    }
    body .wd-post-cat.wd-style-with-bg {
    display:none;
    }

    If the code does not work, provide your blog page URL.

    Best Regards

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