Personalisation in home page

Discussion in 'Infoway WordPress Theme' started by pascal_schluechter, Mar 26, 2013.

  1. pascal_schluechter

    pascal_schluechter New Member

    Joined:
    Mar 18, 2013
    Messages:
    3
    Likes Received:
    0
    Hello,
    I've this questions about the home page

    a) How can I delete the testimonial heading and description in the home page?
    b) How can I change the size of the custom logo? I want to have a logo that have the full wide of the website.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .testimonial{
    display:none;
    }
    2.For your second issue

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

    [​IMG]

    This will solve your issue.
     

Share This Page