• I’m really liking this theme so far. I’ve been fumbling around a bit getting things set up but that’s mostly because I don’t know what I’m doing. 🙂 However, it’s about that ugly green color on all the lines (no offense) I saw the topic about changing the hover color but how can I change that green color all over the site?

    Thank you

    Here’s my site if you need it
    https//luxpunk.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • If the theme haven’t theme options panel, you should open the main.css file in theme folder. And then you should find 556 line. You will see there like that:

    #secondary h1.widget-title {
      font-size: 20px;
      font-weight: normal;
      border-bottom: solid 4px #89db52;
      background: #fafafa;
      padding: 5px;
      margin-top: 0px;
    }

    Now you gotta change end of this line : border-bottom: solid 4px #89db52 .

    So you should change just #89db52. for example :
    border-bottom: solid 4px red;
    border-bottom: solid 4px blue;
    border-bottom: solid 4px #eee;

    Something like that.

    Thread Starter jcoyote

    (@jcoyote)

    Hey thanks. I’ll try this out.

    Thread Starter jcoyote

    (@jcoyote)

    Bummer. It didn’t work. I’m using a child theme, duplicated the main css file and changed the green font but it didn’t work. Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing that green color’ is closed to new replies.