Okay
  Public Ticket #1370308
Change Button Color
Closed

Comments

  •  1
    zmeierhofer started the conversation

    How do I change the button color of my header. 

    https://cl.ly/2l2p3R271A1C

    It's blue and I would like it to be green. 

    My theme: Landing page 


    I've tried to use this wordpress link to help but it didn't as I don't have the https://wpexplorer-themes.com/total/docs/button-colors/

    But I don't have the last General Theme Settings button

    Thank you in advance! 

  • [deleted] replied

    Hi Zach,

    We have a different layout for that button because we used CSS to modify that menu item.

    You can find the CSS code on the Custom CSS area 


    (view on new page)

    and from there you can change the color of the button too. This is the CSS code that we used for this button:

    /* Menu: Get the App Button */
    .get-the-app a {
    background: #fff;
    color: #858a99 !important;
    border-radius: 50px;
    padding: 4px 15px;
    }

    /* Menu: Get the App Button on Hover*/
    .get-the-app a:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow all 300ms;
    }

    /* Menu: Get the App Button Remove Underline */
    .get-the-app a:after {
    display: none;
    }

    /* Menu: Get the App Button Sticky Header */
    .main-header.is-sticky.sticky-fixed .get-the-app a {
    background: #2078dc;
    color: #fff !important;
    }

    P.S: The link that you added is for another theme.

    You can find Kalium Documentation on this URL: http://documentation.laborator.co/item/kalium

    Thanks!

  •  1
    zmeierhofer replied

    That works perfect! 

    Thank you so much! 

  • [deleted] replied

    You're welcome Zach

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great weekend!