Home Forums HashOne How to remove "no comments" / Portfolio section – displaying of pictures

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2512
    enzian
    Participant

    Hi,
    Hashone is really unique premium free theme for WP.

    1. I want to remove “no comments” link from categories pages. Comments are already disabled in settings. How can I do it ?
    Example here.

    2. In portfolio section – if I click “magnifying glass icon” pictures from different categories are displayed. How can I restrict it to one category ?
    Example here.

    Thanks in advance for your help (and for marvellous theme, of course) 🙂

    #2547
    Hash
    Keymaster

    1. I want to remove “no comments” link from categories pages. Comments are already disabled in settings. How can I do it ?

    Add the below CSS

    .hs-post-info{
    display: none;
    }

    2. In portfolio section – if I click “magnifying glass icon” pictures from different categories are displayed. How can I restrict it to one category ?

    Sorry, it is not possible. It will display all the category post image when you click prev and next arrow.

    #2623
    enzian
    Participant

    Thanks a lot !
    CSS code already helped 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.