Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #171344
    Jennifer Sims
    Participant

    Hi Support,

    Firstly, I’d like to hide the link category at the bottom of each post.

    Secondly, I’d like to hide the feature category image on category.

    Kind regards Jen

    #171365
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To hide category links from posts */
    .entry-meta .cat-links {
          display:none;
    }

    Could you explain what you mean by feature category image? Please post in your site URL as well.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #171581
    Jennifer Sims
    Participant

    The URL is:

    http://kewdaleps.wa.edu.au/category/class-activities/

    I want the image to appear on the home page but not in the category when selected.

    #171586
    Skandha
    Participant

    @jennifersimsdesign-com-au: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive.category #header-featured-image {
          display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide category link and images on all posts’ is closed to new replies.