Change background to hex color code

Discussion in 'ColorWay WordPress Theme' started by jarkan, Mar 26, 2013.

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

    jarkan New Member

    Joined:
    Mar 19, 2013
    Messages:
    7
    Likes Received:
    1
    Hi!

    I would like to change the Colorway Theme background to a hex color code. (Instead of using the free background patterns that came with the theme.) How do I do that? For example to #E5FECC.

    Ideally I would like to match the background colour to the theme colour, using a lighter colour matching the theme colour. I am using the green theme version. Could you tell me which hex code that dark green of the meny marker is, so I can make a lighter match?

    regards,
    Jarkan
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    body {
    background: none;
    background-color: #50742c;
    }
    you can put your color code instead of #50742c .
    This will solve your issue.
     
  3. jarkan

    jarkan New Member

    Joined:
    Mar 19, 2013
    Messages:
    7
    Likes Received:
    1
    Thanks, much appreciated!
    Jarkan
     
Thread Status:
Not open for further replies.

Share This Page