Comments 1COMNOU started the conversationJanuary 14, 2020 at 11:30amI need to change the color of the blue 'get the app' button in the menu. It's my contact button now and i want to make it green: #96c928Maybe you have some custom css.Second: is there a way to add some white space beneath the button. It's now sticked to the slider.tnx![deleted] repliedJanuary 14, 2020 at 3:48pmHi, 1— Please go to your Custom CSS area and find this code: .main-header.is-sticky.sticky-fixed .get-the-app a { background: #2078dc; color: #fff !important; } and then change the #2078dc color to your preferred color #96c928. 2— Please add the code below to your Custom CSS area: .standard-menu-container div.menu>ul>li+li, .standard-menu-container ul.menu>li+li { margin-left: 25px !important; } Have a nice day!1 Like Sign in to reply ...
I need to change the color of the blue 'get the app' button in the menu. It's my contact button now and i want to make it green: #96c928
Maybe you have some custom css.
Second: is there a way to add some white space beneath the button. It's now sticked to the slider.
tnx!
Hi,
1— Please go to your Custom CSS area and find this code:
and then change the #2078dc color to your preferred color #96c928.
2— Please add the code below to your Custom CSS area:
Have a nice day!