How to remove all container boxes and add vertical menu

Discussion in 'GoldenEagle WordPress Theme' started by smartcents2013, Nov 14, 2013.

  1. smartcents2013

    smartcents2013 New Member

    Joined:
    Nov 12, 2013
    Messages:
    14
    Likes Received:
    0
    Good afternoon. I have been wrapping my head around this and can't remove the main box where the logo would go and the bottom where all the footer information is kept. I would want to know how to remove those completely, use a 3rd party plug in as I have, and add a vertical menu? I attached my site and cbusk.com as reference. I would like it to look like their layout. Not sure if it's possible with this theme. I don't know how to properly pixel those images either. Thanks for you help!
    viewnow.JPG howiwantit.JPG
     
  2. Piyush

    Piyush Support Staff

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

    smartcents2013 New Member

    Joined:
    Nov 12, 2013
    Messages:
    14
    Likes Received:
    0
    Please look at the images I attached yesterday. My site is http://66.147.244.177/~earthsc8/
    On the home page I want the box gone. It's the only box on the page. Please look at the two images before. I want my home page to look like www.cbusk.com
     
  4. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .home .main_container {
    display: none;
    }
    This will solve your issue.
     
  5. smartcents2013

    smartcents2013 New Member

    Joined:
    Nov 12, 2013
    Messages:
    14
    Likes Received:
    0
    That did thank you. But my question still remains. I am trying to get this site to look like www.cbusk.com
    Can you please view that site and let me know if this is something your theme can do?
    I am trying to add the menu to the top left like that site has and add their logo in it.
    So essentially it would be a "boxed" menu. PleSe visit www.cbusk.com and let me
    Know if this is something your theme can do.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     

Share This Page