hide Filter tags in the gallery area on home page

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Mar 2, 2015.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I hide the filter tags in the gallery section?
    Screenshot 2015-03-01 17.05.32.png
     
  2. Pramod

    Pramod Guest

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .gallery_tabs {
      display: none;
    }
    Thanks & Regards
    Pramod Patel
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works. How do I move the thumbnails to start a few pixel up because hiding the tabs show blank space?
    Screenshot 2015-03-02 02.50.20.png
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey deveshd!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div#container {
    margin-top: -55px !important;
    }
    Thanks,
    Praveen
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Works, thanks!
     
Thread Status:
Not open for further replies.

Share This Page