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

    Hi I have scrolled through all the forums cant seem to find the answer.

    I want to change just one of the menu buttons to a different colour, i found some coding (but i cant find it now) however when i tried it, it only boxed the text with colour not the whole menu button so it looked odd.

    Please advise.

    Thanks

    #375833

    Hey missjonesxox!

    see this link: http://kriesi.at/documentation/enfold/change-the-main-menu-color/
    If you need more help then please send us a link to the website showing the menu you want to change.

    Cheers!
    Andy

    #376344

    Is this just to change 1 of the menu items, i don’t want to change them all?

    Thanks

    #376349

    Hey!

    Can you please post the link to your website and point out the menu item you would like to change?

    Cheers!
    Yigit

    #380677

    hello, I am also looking for a solution to manage a style change in the main menu where I need to let 3 menu links out of 7 look different from eachother. they shell get a different background color (also with mouseover). the styling chould involve an option to separate them eventually with a 1px line from eachother so that they look like boxed. Is that possible? Thanks alot for helping! I cant give you a link, as I am not online yet.

    • This reply was modified 9 years, 9 months ago by vonhektor.
    #380857

    Hey!


    @alles_schoene
    It is possible using menu item ID’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-3193 > a:hover {
    background-color: orange;
    color: green;
    }
    li#menu-item-3193 > a {
    color: red;
    background-color: black;
    }

    and change menu item ID’s.

    Regards,
    Yigit

    #381280

    Perfect! This information helped me also to customize more bits and pieces!
    Great, thanks a lot.
    The issue is resolved.

    #381983

    Hi!

    You are welcome, glad we could help! We will keep the thread open for the OP. If you have any other questions or issues, feel free to start a new topic :)

    Regards,
    Yigit

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