3 col area is blank. can I get rid of it?

Discussion in 'StartPoint Business One Page WordPress Theme' started by vwstudio, May 23, 2014.

  1. vwstudio

    vwstudio Guest

    Joined:
    Apr 2, 2014
    Messages:
    5
    Likes Received:
    0
    The three column area under the sliders does not look good, and is just an eyesore until someone hovers over it. Can I hid it on the Front page and the About Us (also the Front Page, I believe.) Here is a screen shot. Any suggestions? Thanks.
     

    Attached Files:

  2. vwstudio

    vwstudio Guest

    Joined:
    Apr 2, 2014
    Messages:
    5
    Likes Received:
    0
    The gallery section is very confusing to me. It seems to work on the Home Page, but not when the About Us Page is clicked. I think they are the same. Please see if you get what is going on, as I don't see why it does not work.
    http://wincortravel.com/wp/
    Thanks.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    In your website you are using about us also as a home page, which is worthless.
    Go to the Setting > Reading section in your dashboard and set it as default as instructed in the image given below.

    [​IMG]



    To hide the three column section from the front page,
    paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     div#section2 {
    display: none;
    }
    
    This will solve your issue.
     

Share This Page