Okay
  Public Ticket #2270236
Change hover color of get-the-app class
Closed

Comments

  •  1
    COMNOU started the conversation

    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!

  • [deleted] replied

    Hi,

    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!