help with changes

Discussion in 'Gommero WordPress Theme' started by boucherbobby, Mar 14, 2013.

  1. boucherbobby

    boucherbobby New Member

    Joined:
    Mar 7, 2013
    Messages:
    1
    Likes Received:
    0
    help with Gommero Pro Responsive Theme

    hello,

    I need some help with a few items on your theme.


    this is my site address: http://grnwheels.com/

    help with:

    1) i would like to remove the "home page" feature heading boxes. the small colored banner (also is there a way to change its color if we bring it back)

    2)edit , remove or change the "contact us" fields, we dont need "YOUR WEBSITE"

    3)on our "Classic, Vintage and Euro" pages is there a way to center the BMP GRAPHIC(picture and specs) or make it look better?

    4) it there a way to NOT have pages show up on the homepage menu?

    thanks,

    Bobby
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1. For your 1st and 3rd issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .fullwidth a img {
    width: 100%;
    }
    .feature_content .feature .feature_title {
    display: none;
    }
    2.For your 2nd issue

    Go to template-contact.php and follow the instruction as shown in image given below

    [​IMG]

    3.For your 4th issue

    Go to
    APPEARANCE > MENUS
    Create a custom menu and only add the pages you want to show to in the navigation bar.
     

Share This Page