Comments 1zmeierhofer started the conversationNovember 16, 2017 at 3:45amHow do I change the button color of my header. https://cl.ly/2l2p3R271A1CIt'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 buttonThank you in advance! [deleted] repliedNovember 17, 2017 at 8:51amHi 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/kaliumThanks! 1zmeierhofer repliedNovember 17, 2017 at 5:31pmThat works perfect! Thank you so much! 1 Like[deleted] repliedNovember 18, 2017 at 10:42amYou're welcome ZachP.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! Sign in to reply ...
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!
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:
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!
That works perfect!
Thank you so much!
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!