Few Questions

Discussion in 'Local Business WordPress Theme' started by kinetic87, Jan 6, 2013.

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

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Below the blog post in the comment areas some HTML text appears how do I remove this please see picture here: http://i.imgur.com/ausFk.png

    Second question how would I add an image that does not link to anything below the text in the left homepage feature area please see picture here: http://i.imgur.com/edK4S.png

    Last question I would like to change the size, color, and type of font above the lead capture form one that is not included in the theme how would I go about doing this please see picture here: http://i.imgur.com/AaAe2.png

    Thank you!
     
  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:
    .form-allowed-tags {
    display: none;
    }
    2.For your second issue

    Go to Appearance > Theme Option > Homepage Feature Area > Left Feature Description

    and add the image tag there.

    For example
    Code:
    <img src="Enter your image address"/>
    3.For your third issue

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

    Code:
    .signup .signupleft .signupinfo h1{
    font-family:Enter your font type;
    font-size:Enter your font size;
    color:Enter your color code;
    }

    This will solve your issue.
     
  3. kinetic87

    kinetic87 New Member

    Joined:
    Jan 2, 2013
    Messages:
    22
    Likes Received:
    0
    Thanks appreciate the information.
     
Thread Status:
Not open for further replies.

Share This Page