Home › Forums › Basel support forum › Change colors in header and buttons Change colors in header and buttons This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago by Elise Noromit. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 3, 2018 at 6:13 pm #93503 varunmahajanParticipant Hi, Just started to work on this theme at a website. Got into 2 problems: 1. I needed to change the header to light, so did that but the colour of the menu was not changed so added the following code in global css: .color-scheme-light .main-nav .menu>li>a { color: #333e48!important; } But the search icon color is not changing. 2. On the homepage, when you go down to pricing table, the buttons are yellow but need the text color to be black. Kindly resolve. Thanks. December 4, 2018 at 8:54 am #93629 Elise NoromitMember Hello, Thank you very much for choosing our theme and for contacting us. Please navigate to the Theme settings > Header > Appearance and set the color for the text http://prntscr.com/lqgf8r Your sire is under maintenance so I cannot see the buttons. Please provide our site admin access. Best Regards December 4, 2018 at 9:07 am #93636 varunmahajanParticipant Hi, I’ve disabled the maintenance for you to check. I’ve already done this setting but it’s not working. Thanks VM December 4, 2018 at 11:32 am #93678 Elise NoromitMember Hello, Please enter the home page and set “dark” for text in page settings https://xtemos.com/docs/basel/options-for-pages-2/ As for the button. It has the color set in the Theme settings > Styles and colors > Prime color If you do not want to change the Prime color but you want to change the background of the color, add this code to the Theme Settings > Custom: body .basel-price-table .basel-plan-footer > a{ border-color: red; background-color:red; } Best Regards December 4, 2018 at 2:01 pm #93745 varunmahajanParticipant Hi, Thanks for the update. I’ve applied the below code: body .basel-price-table .basel-plan-footer > a{ border-color: #333e48; background-color: #333e48; } But I wanted all the site’s buttons’ text to change to #333e48 like the image attached. Attachments:You must be logged in to view attached files. December 4, 2018 at 2:48 pm #93771 Elise NoromitMember Hello, Add this line to the code just after background color: #333e48; Best Regards December 4, 2018 at 2:48 pm #93772 Elise NoromitMember Hello, Add this line to the code just after background color: #333e48; Best Regards Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to create new topics. Login / Register