Home page

Discussion in 'Infoway WordPress Theme' started by bridgie, Jun 4, 2014.

  1. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Please see photo, thank you.

    -----------------------------------------------------

    Hello,

    1. To remove "Top Infobar Link Text" section,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.siteinfourl {
    visibility: hidden;
    }
    2. To remove "Top Right Contact Details" section ,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .contactinfo {
    display: none;
    }
    3. To align the logo centered,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .logo {
    text-align: center;
    }
    and then go to the header.php file present in your theme directory and follow the instruction shown in the image given below.
    [​IMG]

    4. For the slider caption box issue,
    It is an image not a color in the background of slider caption, If you want to change its color then,
    Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them.

    The name of images are "slidertextbgnew.png" and "tbg.png".
    Note:- Use same name for your edited images and remove the current images.

    5. To change the feature heading color,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feturebox .featurebox_inner .featurebox_desc h2 a {
    color: red;
    }
    In place of "red" you can put your color or color code.

    Thanks & Regards,
    Piyush Pratap Singh
     

    Attached Files:

  2. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Please can someone advise ...


    ------------------------------------------------------------------


    Hello,

    1. To remove "Top Infobar Link Text" section,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.siteinfourl {
    visibility: hidden;
    }
    2. To remove "Top Right Contact Details" section ,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .contactinfo {
    display: none;
    }
    3. To align the logo centered,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .logo {
    text-align: center;
    }
    and then go to the header.php file present in your theme directory and follow the instruction shown in the image given below.
    [​IMG]

    4. For the slider caption box issue,
    It is an image not a color in the background of slider caption, If you want to change its color then,
    Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them.

    The name of images are "slidertextbgnew.png" and "tbg.png".
    Note:- Use same name for your edited images and remove the current images.

    5. To change the feature heading color,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feturebox .featurebox_inner .featurebox_desc h2 a {
    color: red;
    }
    In place of "red" you can put your color or color code.

    Thanks & Regards,
    Piyush Pratap Singh
     
  3. Piyush

    Piyush Support Staff

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

    1. To remove "Top Infobar Link Text" section,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.siteinfourl {
    visibility: hidden;
    }
     
    2. To remove "Top Right Contact Details" section ,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .contactinfo {
    display: none;
    } 
    3. To align the logo centered,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .logo {
    text-align: center;
    } 
    and then go to the header.php file present in your theme directory and follow the instruction shown in the image given below.
    [​IMG]

    4. For the slider caption box issue,
    It is an image not a color in the background of slider caption, If you want to change its color then,
    Go to images directory present in your theme directory and replace your images with present slidertextbgnew.png and tbg.png images or edit them.

    The name of images are "slidertextbgnew.png" and "tbg.png".
    Note:- Use same name for your edited images and remove the current images.

    5. To change the feature heading color,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feturebox .featurebox_inner .featurebox_desc h2 a {
    color: red;
    } 
    In place of "red" you can put your color or color code.
     

Share This Page