badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

lcrook

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Changing Green Button Color esp .call-to-action #28303
    lcrook
    Participant

    Please Disregard! I found it after all. The green that I was dropping from a screenshot was different then the actual green in the code due to slight monitor differences I suppose. I found the greens that were used in the code and did find where it was set to the main call-to-action as a global setting and then a slight variation for the featured-text version.

    .call-to-action {
    color: #xxx;
    border: 1px solid #xxx;
    background-color: #xxx;
    }

    .call-to-action:hover {
    color: #xxx;
    border-color: #xxx;
    background-color: #xxx;
    }

    .featured-text .call-to-action {
    color: #xxx;
    border: 1px solid #xxx;
    background-color: #xxx;
    }

    .featured-text .call-to-action:hover {
    background-color: #xxx;
    color: #000;
    }
    Cheers!~

Viewing 1 post (of 1 total)