[Resolved] How do I change button link color?

Home Forums Support [Resolved] How do I change button link color?

Home Forums Support How do I change button link color?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #754361
    Robin

    Hi there – I’ve been bashing my head in for the last 30 minutes trying to change this button’s link color to just white. See here (the big blue button is at the bottom of the page, so you’ll need to scroll).

    Any help greatly appreciated.

    TIA

    Robin

    #754486
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .inside-article .click a {
        background-color: #159dff;
        border: none;
        color: #fff;
        padding: 12px 28px;
        border-radius: 0px;
        text-align: center;
        display: inline-block;
        font-size: 22px;
        text-decoration: underline;
    }
    #754489
    Robin

    Bloomin’ awesome David… That worked.

    Marvelous… thanks so much!

    ATB

    Robin

    #754511
    David
    Staff
    Customer Support

    You’re welcome 🙂

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