getting rid of the all option in the gallery

Discussion in 'StartPoint Business One Page WordPress Theme' started by yippy1995, Aug 25, 2014.

Thread Status:
Not open for further replies.
  1. yippy1995

    yippy1995 New Member

    Joined:
    Aug 19, 2014
    Messages:
    13
    Likes Received:
    0
    Hi,
    I wanted to know if there is a way to get rid of the all option in the gallery.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please explain little bit more.

    Thanks & Regards
    Pramod
     
  3. yippy1995

    yippy1995 New Member

    Joined:
    Aug 19, 2014
    Messages:
    13
    Likes Received:
    0
    By the gallery there is an 'all' option and then the other categories. I wanted to know if it's possible to delete the 'all' option. So that when you go to the gallery you see the images in the first category, and there is no 'all' option.
    Thank you so much!
    gallery.JPG
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url.

    Thanks & Regards
    Yogesh Bhade
     
  5. yippy1995

    yippy1995 New Member

    Joined:
    Aug 19, 2014
    Messages:
    13
    Likes Received:
    0
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    One thing more you want to remove ALL button option.
    But when website is loaded first time which gallery should be visible??
    I mean remove only button ALL??
    Thanks & Regards
    Pramod
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS in Custom CSS to remove ALL button.
    Code:
    #filters li[data-filter=all] {
    display: none;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. yippy1995

    yippy1995 New Member

    Joined:
    Aug 19, 2014
    Messages:
    13
    Likes Received:
    0
    Thank you very much!:)
     
Thread Status:
Not open for further replies.

Share This Page