-
AuthorPosts
-
January 6, 2015 at 5:08 pm #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
January 6, 2015 at 8:51 pm #375833Hey 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!
AndyJanuary 7, 2015 at 7:25 pm #376344Is this just to change 1 of the menu items, i don’t want to change them all?
Thanks
January 7, 2015 at 7:27 pm #376349Hey!
Can you please post the link to your website and point out the menu item you would like to change?
Cheers!
YigitJanuary 16, 2015 at 10:54 am #380677hello, 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.
January 16, 2015 at 4:55 pm #380857Hey!
@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 tabli#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,
YigitJanuary 17, 2015 at 6:55 pm #381280Perfect! This information helped me also to customize more bits and pieces!
Great, thanks a lot.
The issue is resolved.January 19, 2015 at 6:27 pm #381983 -
AuthorPosts
- You must be logged in to reply to this topic.