How to personalize the color of this theme?

Discussion in 'Local Business WordPress Theme' started by kenalb1, Dec 13, 2016.

  1. kenalb1

    kenalb1 New Member

    Joined:
    Dec 11, 2016
    Messages:
    7
    Likes Received:
    0
    We have gone through the available color options and unfortunately all of the headers clash greatly with our logo , http://screencast.com/t/vdvGhUdM4Lsk making it almost invisible or just looks awful. We like the color for the rest of the site, just not the header. Can you send me the css code to change the header color?
     
    Last edited: Dec 13, 2016
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Alright..! We can send you the custom CSS code for applying your desired color code for that area.

    Just share the color name or code once here.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. kenalb1

    kenalb1 New Member

    Joined:
    Dec 11, 2016
    Messages:
    7
    Likes Received:
    0
    Thank you. I'm thinking this color: #f49e42 but not completely sure how it will look. Will I be able to change it once I put in the css code? also, will want this same color I think to be for the menu tab colors.
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    you need to paste the below custom CSS code in Dahshboard->InkThemes->Theme Options->Styling settings->Custom CSS field.
    Code:
    .header{
    background: #f49e42;
    }
    This will help you to figure it out and resolve the issue(s).

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. kenalb1

    kenalb1 New Member

    Joined:
    Dec 11, 2016
    Messages:
    7
    Likes Received:
    0
    thank you. Also, is it possible to change the font boldness and color of the text and phone #. http://screencast.com/t/0t6F10xRy doesn't feel like it stands out as much.
     
    Last edited: Dec 13, 2016
  6. shruti26

    shruti26 Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .call-us p {
        color: #fff;
        font-weight: bold;
    }
    
    Note:- Please change the value of the color code accordingly

    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  7. kenalb1

    kenalb1 New Member

    Joined:
    Dec 11, 2016
    Messages:
    7
    Likes Received:
    0
    That worked nicely. However, is it possible to increase the font size? It's still not very attention grabbing. We are trying to have the phone # under the "call now" text and it will not work, is there a correction for that as well?
     
  8. shruti26

    shruti26 Guest

    Hi,

    Yes! you can increase/decrease the font size as per your need.

    To change the font size just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .call-us p {
           font-size: 3opx;
    }
    
    Note: You can increase/decrease the size in px as per your need.

    Regarding the Phone Number under the "Call Now" text, we have done it on your site.

    Please go through the email once and let me know if it is fine at your end ?

    Looking forward to your reply.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     

Share This Page