A few questions

Discussion in 'Local Business WordPress Theme' started by bizgirl, Sep 28, 2013.

  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there,

    could you please help with the questions below? Your assistance is greatly appreciated as always.

    I am trying to create a splash page for my site similar to this http://excelwithed.onlineprotrader.com/

    I would like to use this templates so I can use the capture form for my leads. If this is not possible any assitance would be greatly appreciated on how I could create a similar page.

    Many thanks,

    Maggie ScreenHunter_03 Sep. 28 14.00.gif
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header {
    background: url('Enter Your Image Address Here');
    }
    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_container {
    display: none;
    }
    3.For your third issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_content {
    display: none;
    }
    4.For your fourth issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_infobox {
    display: none;
    }
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thankyou Gourav for your awesome service. You guys are the best!
     
  4. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Gourav could you please tell me how to change the logo size in the header to fit across the top of the template.. I know how to do it in Figaro but not sure how in this theme.
     
  5. Piyush

    Piyush Support Staff

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

    Go to the header.php file present in your theme directory and follow the instruction as shown in the image given below.

    [​IMG]


    [​IMG]


    And then upload your logo image of width 950px from the Custom Logo Section (Appearacne > Theme Options > General Settings ) in your dashboard.

    This will solve your issue.
     

Share This Page