-
AuthorPosts
-
February 6, 2018 at 5:49 pm #908699
Hallo,
ist es möglich dem Burger Menü für die Hauplinks eine Farbe zuzuweisen und den Unterlinks eine andere? Alternativ würde ich Bullets etc. vor die Links setzen um gleich auf den ersten Blick sehen zu können was Hauptlink und was Unterlink ist.
Die Seite ist folgende: http://www.stempeldreams.de
Freue mich auf Hilfe :-)
February 6, 2018 at 6:39 pm #908718Hallo,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_av-overlay-side #top #wrap_all .av-burger-overlay li li a .avia-menu-text { color: orange; }
If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Best regards,
YigitFebruary 7, 2018 at 9:50 am #908984Hi Yigit,
thats ok, but can i change the colors of all links
1. Level
2. Level
3. LevelNow it change only the color of the second level. I want that every level have a diffrent color.
- This reply was modified 6 years, 9 months ago by mexi33330.
February 7, 2018 at 1:38 pm #909120Hi,
I’m not sure if this will work, but please try it out:
/*First level sub menu items */
#avia-menu .submenu li a .avia-menu-text { color:green; } /*Second level sub menu items */ #avia-menu .submenu .submenu li a .avia-menu-text { color:blue; } /*Third level sub menu items */ #avia-menu .submenu .submenu .submenu li a .avia-menu-text { color:yellow; }
Best regards,
RikardFebruary 7, 2018 at 1:59 pm #909144Hi Rikard,
no, it doesn`t work.
Is there any way to put bullets before the links? that was an alternativ.
February 7, 2018 at 2:37 pm #909180Hi mexi33330,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: green; } /*Second level sub menu items */ .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .sub-menu li a .avia-menu-text { color:blue; } /*Third level sub menu items */ .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .sub-menu li .sub-menu li a .avia-menu-text { color:yellow; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 7, 2018 at 3:25 pm #909220Thank you, it works 🙂
Best regards Mexi
February 8, 2018 at 2:22 am #909506Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Ismael -
AuthorPosts
- The topic ‘Burger Menü – Darstellung’ is closed to new replies.