• Resolved jamesyp178

    (@jamesyp178)


    kindly advise where i can change the white background of the menu for spasalon theme,
    , i try to locate it in style.css and purple.css (as i use purple theme)
    but was not sure which part to change it.
    kindly advise.
    thanks
    James

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    To change the background color of the menu follow the given below instructions:

    Go to Dashboard Admin Panel >> Appearance Menu >> Option Panel >> General >> Custom CSS.

    Write the given below CSS Rule in it.

    The rules is here:

    .navbar-inverse .nav{
    background-color: lightpink;
    }

    You can Change background color according to your requirement.
    Simply replace the color code.

    Thanks

    Harish

    Hi Hari,

    I have successfully changed the hover color:

    .navbar-inverse .nav > li > a:selected {background-color: #e84d0e;}
    .navbar-inverse .nav > li > a:hover {background-color: #e84d0e;}

    however, I also want to change the selected color (from pink to orange)
    seems a:selected does not work

    how do I do that? thank you!

    Hi,

    Go to Dashboard Admin Panel >> Appearance Menu >> Option Panel >> General >> Custom CSS.

    Write the given below CSS rules into Custom CSS box.

    the rules is here:

    .navbar-inverse .nav li.current_page_item{
    background-color: orange;
    }

    .navbar-inverse .nav > li > a:focus,
    .navbar-inverse .nav > li > a:hover { background-color: orange; }

    Let me know for further assistance.

    Note: Please raise separate ticket for separate issue.

    Thanks

    Harish

    Theme Author webriti

    (@priyanshumittal)

    Did the above solution worked.

    If yes can I close this ticket?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change menu background color for spasalon’ is closed to new replies.