Changing colours

Discussion in 'ColorWay WordPress Theme' started by salliealain, Dec 12, 2014.

  1. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hi again, thank you so much for your help and patience :)

    How can I change the colour of the lines / borders around the text and the body?
    Also how do I change the font colour of "posted on xxxx" and "tags" in the blog posts?

    I would like them to change to the following colour: #9B8E7B

    Please see picture for reference, thank you
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .container {
    box-shadow: inset 0 0 3px #9B8E7B;
    }
    .blog .single li {
    color: #9B8E7B !important;
    }
    .blog .blog_post li{
    color: #9B8E7B !important;
    }
    Thanks & Regards
    Pramod
     

Share This Page