• I just installed Klopp on one of my sites, https://www.gracefuldolls.com seems to be just what I have been looking for. However, on the pages, around my comment box and the page title is a greenish color, and I can’t seem to find where I can change that to match the other colors on the page, or at least find what the color is to incorporate it into my design.

    Can someone point me to where I can update this or where is is in the theme code?

Viewing 1 replies (of 1 total)
  • Blake

    (@alexanderblake)

    Here’s what I did/ I changed mine to purple for a client. I’m still working on it ( I have to change everything to purple). Just replace the hex color with the one you want!

    /* Blog Page Color Changes */
    
    #primary-mono h1.entry-title {
        font-weight: normal;
        color: white;
        background: #704583;
    }
    
    #primary-mono .entry-meta {
        background: #962983;
    }
    
    a {
        color: #704583;
    }
    
    #respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
        background: #704583;
        border-bottom: solid 1px #962983;
    }
    
    #respond .form-submit input[type=submit] {
    color: #704583;
    }
    
    /* Blog Titles */
    
    .klopp .out-thumb .readmore a {
        color: #704583;
        border: solid 1px #704583;
        background: #704583;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Green color won’t go away’ is closed to new replies.