How to match color

Discussion in 'Appointway WordPress Theme' started by fsmartist, Nov 25, 2013.

  1. fsmartist

    fsmartist New Member

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    Hello, I would like to upload my own logo to the appointway theme, but I'm having a hard time matching the color of the logo to the header container. Is there an easy way to do this?? I looked at the page source and was able to somewhat match the color using a third party software, but when I looked at the mobile version of the site, the color of my logo did not match the background. Do I have to mess with the css code to change this?? Please give me some suggestions. Also, it would be nice to be able to create our own color for the look of the theme instead of just being limited to a certain amount of colors.

    Thank you.
    John Aviles
    [email protected]
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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


    Code:
    .header_container {
    background: your color value;
    }
    Add your logo color in place of "your color value".

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page