[Resolved] button color not working

Home Forums Support [Resolved] button color not working

Home Forums Support button color not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2331818
    Roger

    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?

    #2331827
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #2331844
    Roger

    That did it, Leo! Thank you.

    #2331852
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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