white frame from picture and colour font in header

Discussion in 'Local Business WordPress Theme' started by mirjam, Feb 1, 2013.

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

    mirjam New Member

    Joined:
    Feb 13, 2012
    Messages:
    13
    Likes Received:
    0
    Hello, I do have still 2 other questions.

    1) How can I change the colour of the white frame from the picture on the front lead capture page?

    2) How can I change the colour of the written font where it says "Call 24 hours: 1.888.222.5847 ?

    Thank you very much for your answer! Kind regards!
     
  2. Gourav

    Gourav Support Staff

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

    It is not possible to change its frame color because it is a image, If you want to change its color then go to images directory present in your theme directory and replace your image with present frame image or edit it.

    The name of image is "signupimgshadow.png"

    Note:- Use same name for your edited image and remove the current image.

    Now,


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

    Code:
    .flexslider {
    background: your color code;
    }
    2.For your second issue
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .call-us a {
    color: Your color code;
    }
     
  3. mirjam

    mirjam New Member

    Joined:
    Feb 13, 2012
    Messages:
    13
    Likes Received:
    0
    Dear Gourav,

    Thank you very much for your answer! That's great!!! Have still a beautiful day! Kind regards! Mirjam


     
Thread Status:
Not open for further replies.

Share This Page