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*

Changing Green Button Color esp .call-to-action

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28302
    lcrook
    Participant

    Hi!

    We are loving the theme! We have a child theme setup and are wondering how we can edit the green specifically on the .call-to-action buttons/links? More specifically, they are on the homepage in the business layout. For example the following code in the featured-image. The same button also appears on the same homepage/business front page for the various special posts that are showcased that have buttons. The primary css had the hover background color but not the primary background-color?!
    Now that I type this out, Im wondering if I should search in those files for the business front page themes?!

    <article class=”featured-text”>
    <div class=”featured-content”>text appears here</div><!– .featured-content –>
    Read More
    </article><!– .featured-text –>

    thanks!!

    #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!~

    #28317

    Cheers! 🙂

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.