• am trying to use the following css codes:

    .mh-image-placeholder { display: none; }
    .entry-thumbnail { display: none; }
    .entry-meta-date { display: none; }

    which is remove feature images from the site but none seems to be working for me.

    also I’d like to remove tags and categories.
    it would be awesome if i can get help.

    thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thanks for reaching out to us.

    To hide the placeholder, please use the following CSS:

    .content-thumb.content-list-thumb {
        display: none;
    }

    And to hide the categories, please use the following CSS:

    .content-list-header p.entry-meta {
        display: none;
    }
    Thread Starter silv3rline

    (@silv3rline)

    This did work! Thank you,
    Also I’d like to remove tags from showing in my posts.
    And remove the big picture in my home page.

    Sorry I don’t know how to do things.
    I appreciate the help.

    Hello,

    From the big picture on home page, do you mean the logo?

    Also, since your website is not in English, I cannot find where the tags are. Can you please take a screenshot and highlight where tags are displayed?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘my additional CSS codes are not working’ is closed to new replies.