Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #645543

    Hello i have a question,
    i want to create a menù with different color, see this link, http://www.jollyrogerfregene.it/.
    The background color for home, reservation, etc it will be different, its possible?

    Thanks!

    #645551

    Hey Pic90!

    Yes, that is possible but please firstly go to Appearance > Menus and create a new menu and add your menu items in there and then check “Enfold main menu” under Menu settings

    Cheers!
    Yigit

    #645553

    So the background color for home it will be red, background color for reservation could be blu, and other white, yellow ?
    Its possible?

    #645569

    li#menu-item-3272 > a > .avia-menu-text {
    av-menu-button: blue!important;
    background-color: blue!important;
    border

    i found this on internet its possiblem to use it?

    #645593

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .menu.av-main-nav li:nth-child(1) {	background:red!important; }
    .menu.av-main-nav li:nth-child(2) {	background:gold!important; }
    .menu.av-main-nav li:nth-child(3) {	background:green!important; }
    .menu.av-main-nav li:nth-child(4) {	background:pink!important; }
    .menu.av-main-nav li:nth-child(5) {	background:grey!important; padding-right:15px }
    

    Best regards,
    Vinay

    #645594

    Ok, last question, its possibile to use the color in this way #(colornumber) instead name?

    #645630

    it doesn’t work, where i put the item menu?

    #645869

    Hi,

    To use the color value check http://www.color-hex.com/random.php or add your own. just replace word “gold” with “#F3E81D” .

    The code is tested and it works please add it in Quick CSS section under Enfold > General Styling.

    Thank you for using Enfold.

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.