Home Forums WordPress Themes – Premium Flat Responsive "Continue Reading" Button Color Change

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #63351
    David
    Participant

    Website in question: http://www.signalwarrant.com

    Where do I change the Aqua color of that “Continue Reading” button? I have tried every color selector in the theme settings GUI and I don’t see anything corresponding to that color in the CSS.

    Any ideas?

    #63358
    Bidur
    Moderator

    Hi,

    To change the background color of button go to dashboard-> customizer -> Color Settings -> Button Colors

    Then after navigating to this section then change the “Button Background”.

    Thanks

    #63401
    David
    Participant

    Thank You @Bidur, How about the Pagination styling at the bottom of the homepage? I can’t find where to change that either.

    #63421
    Bidur
    Moderator

    Hello David,

    To change the pagination color,
    Go to Dashboard>>Appearance>>Customize>>Additional CSS and add the following;

    .page_pagination a {
        color: #fff;
        background-color: #000;
    }

    Note: You can change the color and background color value of your own.
    Let us know if you want further changes.

    Thanks!

    • This reply was modified 4 years, 8 months ago by Bidur.
    #63458
    David
    Participant

    @Bidur,
    That’s exactly what I needed. Thank You

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