Hiding Gallery Section

Discussion in 'StartPoint Business One Page WordPress Theme' started by rexmanaster, Nov 13, 2014.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    i'm trying to hide the gallery section on the homepage. i've used the code provided in your answer to a similar question. however, their is still a remnant of the section (even when visiting the page logged out and incognito) as shown in the attached screenshot.

    how can i remove the gallery section in its entirety?

    thanks
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    section#parallax-cont {
    display: none;
    }
    .gallery-wrapper {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Terrific, Yogesh, thanks!

    Rex
     
    Yogesh likes this.
Thread Status:
Not open for further replies.

Share This Page