Site logo

Archived topic

line around CTA in 'catalyst' from site library

5 replies · Started by Elisabeth on November 27, 2018

Viewing posts 1–6 of 6

Hi again

I've downloaded the (lovely, clear) catalyst set up from your site library and used it as the basis for a site I'm building at the moment. I'm stuck on one small snag at the moment.

I've been through the customizer and changed all the colours over from the turquoise theme in the catalyst settings to the brand colours for the company I'm working for. I can find no turquoise any where in the customizer. However, the outline for the call to action in both the top bar and over the featured image in the home page hero remains stubbornly turquoise.

Any tips for where/how I can change this? Site is developed locally so can't share it, but can email a screen snip if that helps.

Thanks - again :)
Elisabeth

Hi there,

those buttons have the additional ghost class added to them. You can either remove that and it will default to the GP button style or in the Customizer > Additional CSS - you can find and edit these two codes:

.button.ghost,
.button.ghost:visited,
.button.ghost:focus {
    color: #ffffff;
    letter-spacing: 1px;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 6px;
    transition: all 0.6s ease 0s;
}

.button.ghost:hover,
.button.ghost:active {
    color: #ffffff;
    background: transparent;
    border: 2px solid #08cec7;
}

Great - thanks again for helpful reply. I'll tinker with this later today.

You're welcome

Brilliant - CSS really is magic.

Awesome. Glad to help.

This archived topic is closed to new replies.