Home Forums Basel support forum Change colors in header and buttons

Change colors in header and buttons

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #93503

    varunmahajan
    Participant

    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.

    #93629

    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

    #93636

    varunmahajan
    Participant

    Hi,

    I’ve disabled the maintenance for you to check. I’ve already done this setting but it’s not working.

    Thanks
    VM

    #93678

    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

    #93745

    varunmahajan
    Participant

    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.
    #93771

    Hello,

    Add this line to the code just after background color: #333e48;

    Best Regards

    #93772

    Hello,

    Add this line to the code just after background color: #333e48;

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)