Home Page Changes

Discussion in 'Local Business WordPress Theme' started by hotclickmarketing, Mar 9, 2013.

  1. hotclickmarketing

    hotclickmarketing New Member

    Joined:
    Aug 5, 2012
    Messages:
    4
    Likes Received:
    0
    How can I change the font size of the ''
    Call 24 Hours: 1.888.222.5847
    ' section next to the logo?


    I also want to change the color of the 'send your message' button for the contact form next to the slider.

    Thanks in advance.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For this issue , paste this code in Custom CSS (Appearance > Theme Option > Styling Option > Custom CSS)
    Code:
    .call-us {
    Font-size: 30px;
    line-height: 32px;
    }
    Change the values of font-size and line-height as per your requirement.
    It is not possible to change the color of the 'send your message' button by custom css code because the color are displaying there with the help of 'orange-button.png' in the background of the button.
    For this issue, go to the images directory present in your theme directory and replace the 'orange-button.png' image with your edited color image with the same name,same design and same size (only the color changed).
    this will solve your issue.
     

Share This Page