Home Forums WoodMart support forum How to hide “By Author” & Comments Icon.

How to hide “By Author” & Comments Icon.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #424198

    nbarajib
    Participant

    hello! Sir, how to hide “By Author & Comments Icon” Ex- https://postimg.cc/grfqKvXs And how to hide “Featured Image” into the main post.

    #424227

    Hello,

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

    body .wd-entry-meta .meta-author {
        display:none;
    }
    body .entry-meta-list li.meta-reply a{
         display:none;
    }

    Unfortunately, the image in the post cannot be removed due to the HTML structure.

    Best Regards

    #424504

    nbarajib
    Participant

    Thank you so much! Sir, how to hide Featured Image from the main blog post? i gave you attachment file for understand!

    Regards!

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

    Hello,

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

    .post-single-page.has-post-thumbnail .article-inner>.entry-header {
        display:none;
    }

    Best Regards

    #424847

    nbarajib
    Participant

    Thank you so so much sir. Respect from heart!

    #424908

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for your rate and feedback on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance!

    Wish you a wonderful day!

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

The topic ‘How to hide “By Author” & Comments Icon.’ is closed to new replies.