Home › Forums › Support › button color not working This topic has 3 replies, 2 voices, and was last updated 7 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 2, 2022 at 11:34 am #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? September 2, 2022 at 11:47 am #2331827 LeoStaff 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 ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 2, 2022 at 11:49 am #2331844 Roger That did it, Leo! Thank you. September 2, 2022 at 11:58 am #2331852 LeoStaff Customer Support No problem ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In