Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 :-)

    #908718

    Hallo,

    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,
    Yigit

    #908984

    Hi Yigit,

    thats ok, but can i change the colors of all links

    1. Level
    2. Level
    3. Level

    Now it change only the color of the second level. I want that every level have a diffrent color.

    • This reply was modified 6 years, 2 months ago by mexi33330.
    #909120

    Hi,

    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,
    Rikard

    #909144

    Hi Rikard,

    no, it doesn`t work.

    Is there any way to put bullets before the links? that was an alternativ.

    #909180

    Hi 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,
    Victoria

    #909220

    Thank you, it works 🙂

    Best regards Mexi

    #909506

    Hi,

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Burger Menü – Darstellung’ is closed to new replies.