How to Delete/Hide Gallery Section on Homepage

Discussion in 'Black Horse WordPress Theme' started by frederickads, Oct 2, 2015.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Hello. Can you please let me know how I can hide the gallery section on the homepage under the homepage featured section? I can leave the gallery section heading and full column section, but do not want to display any photos. Thanks.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    I would like to delete the dead image link and the word 'all'
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .gallery.home-gallery img {
      display: none !important;
    }
    #filters {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. perilo

    perilo Member

    Joined:
    Jun 25, 2013
    Messages:
    76
    Likes Received:
    0
    Hi, How do I limit in 8?
     
  6. priya

    priya Guest

    Hello,

    Sorry to say but didn't get you...

    Could you please elaborate your issue a bit more so that we can assist you accordingly?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page