Site logo

Archived topic

How do I change button link color?

3 replies · Started by RJ on December 12, 2018

Viewing posts 1–4 of 4

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

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;
}

Bloomin' awesome David... That worked.

Marvelous... thanks so much!

ATB

Robin

You're welcome :)

This archived topic is closed to new replies.