Tagged: 

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

    Hi,
    I need to have the buttons menu in diferent colours, not just like words in line. It´s this possible?
    This is my website: http://www.dentestet.co.uk
    This is an example of what I want: http://kriesi.at/themes/brightbox/
    Thank You very much.

    #216767

    Hey teotaban!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li a:hover { color: white; background-color: orange; }

    Regards,
    Yigit

    #216862

    Hi,
    Thanks, it is a step but I need something closer to the example sent :)
    When a page is open, the button might remain colored?
    May I have a colored border in the drop down menu?
    Thanks

    #216952

    Hi!

    You can use this to change the background color of the current menu item:

    .current-menu-item.current_page_item {
    background: orange;
    background-color: orange;
    }

    Best regards,
    Ismael

    #217091

    HI,
    is another well done step and thank you very much for that. :)
    I love working with your templates because you take care of your customers and help us with good solutions for our questions or wishes. Congratulations and thank you again.
    One last question: do you have any solution for a colored frame in the drop down menu?
    Thank you again :)

    #217577

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    #top #header .avia_mega_div > .sub-menu { border: 5px solid blue; }

    Regards,
    Yigit

    #217749

    Thank you :) :) :) you are the best! Thank You :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘menu buttons custom colours’ is closed to new replies.