Styling the home page, second round of questions

Discussion in 'Local Business WordPress Theme' started by marilenis, Oct 6, 2013.

  1. marilenis

    marilenis New Member

    Joined:
    Sep 6, 2013
    Messages:
    11
    Likes Received:
    0
    Thanks so much for your help with my previous post. Here is another set of questions. Please take a look at the attached image, the questions are written on the image with pointers to the issues, it is easier this way. Thanks!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    1. For your first issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #menu .ddsmoothmenu li a, #menu .ddsmoothmenu li li a {
    font-family: symbol ! important;
    } 
    In place of "symbol" you can put your font.

    2. Yes, you can put image code in the Top Right Contact Details section.
    Go to the Appearance > Theme Options > General settings in your dashboard and paste the image code given below in the Top Right Contact Details section

    Code:
    <img src="Enter the url address of your image here"/>
    This will not affect the "tap to call" feature. The "tap to call" feature will remain works on mobile.

    3. For your third issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .signup .signupform textarea {
    background: red;
    }
    .signup .signupform input[type="text"] {
    background: red;
    }
    In place of "red" you can put your color or color code.

    4. For your fourth issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .signup .signupform textarea {
    font-family: symbol;
    }
    .signup .signupform input[type="text"] {
    font-family: symbol;
    }
    In place of "symbol" you can put your font.


    5. For your fifth issue,
    Go to the Theme Directory > Function Directory > localbusiness-leads-form.php file and follow the instruction as shown in the image given below.

    [​IMG]

    6. For the sixth issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .captcha_img {
    background-color: red;
    }
    In place of "red" you can put your color or color code.

    7. For your seventh issue,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header {
    margin-top: -9px;
    margin-bottom: -9px;
    }
    You can change the value of "margin-top" and "margin-bottom" as per your requirement, to change the height of header.
     

Share This Page