Site logo

Archived topic

button color not working

3 replies · Started by Roger on September 2, 2022

Viewing posts 1–4 of 4

We just deployed our new site here https://seedmoney.org/

It seems to be working well except the donate button in the primary nav menu should have this color #56BD60 but is appearing transparent.

It's strange because it had been working properly before. Is there something I need to add/change with the CSS?

Hi Roger,

Try changing the CSS to this:

.main-navigation:not(.slideout-navigation) .main-nav li.online-button a {
    background-color: #56BD60 !important;
    color: #ffffff !important;
    border: 3px solid #FFFFFF;
    line-height: 40px;
    padding: 0px 24px;
    border-radius: 20px;
    margin-left: 20px;
    transition: all 0.5s ease 0s;
}

Let me know if this helps :)

That did it, Leo! Thank you.

No problem :)

This archived topic is closed to new replies.