Infoway Customisation Questions

Discussion in 'Infoway WordPress Theme' started by renarts, Mar 6, 2014.

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

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Hi!

    I am creating a new site with the Infoway theme. I have some questions about it which I hope you can answer. I did try checking on the forums and got some info I need but the ones I listed below, I can't find or maybe can't come up with the right search term.

    For the Home Page:
    • Image on Feature description box
    - I tried putting an image on the feature description box but it doesn't autofit the column where it should be. What is the right size and don't you have a way to just add images and make them fit the column?
    • Change info bar color
    • Change the background color of the header portion on the home page.
    • Is it possible to make it into an image?
    • Change the color of the slider description background in a different color or maybe image
    On the menu nav bar:
    • Change font style and size for the menu nav
    • Change background of the menu nav
    • remove the dotted lines
    For pages:
    • Change text style and size of page title
    • remove the box wrapping the title
    Lead Capture:
    • Is there a way to resize it? I find it a bit too big.
    I know that's a lot of questions but I would rather post my questions altogether than create a single thread for each of them. I really do hope you will take the time to help me out.

    Thanks in advance.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For the Home Page:
    1)
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox_desc.first img {
    max-width: 100%;
    }
    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .topinfobar {
    background: YOUR COLOR VALUE;
    }
    And for toptip. If you are using default color of theme then go to the
    infowaytheme > images > toptip.png and edit it.
    Or if you are using color other then default orange color.
    Go to the infowaytheme > color > images and edit toptip.png of related color from there.

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

    Code:
    .header {
    background-color: YOUR COLOR VALUE;
    } 
    4)
    Code:
    .header {
    background: URL('YOUR IMAGE ADDRESS');
    } 
    5) It's an image (tbg.png) edit it from infowaytheme > images > tbg.png

    On the menu nav bar:

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

    Code:
    #menu .ddsmoothmenu li a {
    color: YOUR FONT COLOR;
    font-family: YOUR FONT FAMILY;
    font-size: YOUR FONT SIZE;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    color: YOUR FONT COLOR;
    font-family: YOUR FONT FAMILY;
    font-size: YOUR FONT SIZE;
    }
    2)
    Code:
     .menu_bar {
    background: YOUR COLOR VALUE;
    }
    3) Second one will resolve this too.

    For Pages:

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

    Code:
    .page-heading h1 {
    color: YOUR FONT COLOR;
    font-family: YOUR FONT FAMILY;
    font-size: YOUR FONT SIZE;
    }
    .page-content p, .fullwidth p{
    color: YOUR FONT COLOR;
    font-family: YOUR FONT FAMILY;
    font-size: YOUR FONT SIZE;
    }
    Lead capture:

    It depends on number of fields you are adding in the form.


    Thanks & Regards
    Nitesh Raghuwanshi
     
    renarts likes this.
  3. renarts

    renarts Member

    Joined:
    Sep 4, 2013
    Messages:
    49
    Likes Received:
    1
    Hi Nitesh.

    I really appreciate your help. I will be following these tips and if I have any further question I feel confident you can address them efficiently.

    Again thanks!
     
Thread Status:
Not open for further replies.

Share This Page