Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • smartmax Friend
    #196638

    I have made some colour-changes in the menu, but I just can’t seem to find the ‘outer’ gray colour to change?

    http://www.sanders.nl/NIEUW/

    :-[


    1. Schermafbeelding-2014-04-10-om-18.57.55
    TomC Moderator
    #530402

    Within your custom.css file, add the following CSS rule . . .


    .dropdown-menu {
    background-color: #444444
    border: 1px solid #444444
    }

    Modify the color hex code to whatever color you like.

    For assistance finding the correct color hex code(s) –> SEE HERE

    smartmax Friend
    #530515

    Thank you for you answer Tom! But it didn’t work :((
    It made me also crazy last night
    :-[

    .dropdown-menu {
    background-color: #66cac4
    border: 1px solid #009999
    }

    chavan Friend
    #530540

    If you need the Menu as the attached screenshot , do the following

    Go to this File: /templates/purity_iii/css/custom.css

    Replace this code


    .dropdown-menu { background-color: #66cac4 border: 1px solid #009999 }

    With

    .dropdown-menu {
    background-color: #66cac4 !important;
    border: 1px solid #009999 !important;
    }


    1. Aviary-sanders-nl-Picture-1
    smartmax Friend
    #530548

    WHOHOOOO, IT WORKED!! Thanks :laugh:

    TomC Moderator
    #530602

    curses . . . tripped up by a simple “!important” tag. :-[ :p

    smartmax Friend
    #530612

    that’s oké!

    😀

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

This topic contains 7 replies, has 3 voices, and was last updated by  smartmax 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum