Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #299759

    For my mobile menu i want to change .avia-bullet change black -to-> white
    I tied this:
    #mobile-advanced .avia-bullet {color: red;}

    also hover should switch from white -to-> black
    Help appeciated.

    • This topic was modified 9 years, 8 months ago by royaltask.
    #299765

    Hey royaltask!

    Please add following code to Quick CSS

    #mobile-advanced a:before { color: orange; }
    #mobile-advanced li:hover > a:before { color: blue; }

    Regards,
    Yigit

    #299791

    works fine. I have 1px solid bottom line white in the mobile menu, is it possible to have the line black?

    #299794

    Hey!

    Please add following code to Quick CSS as well

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { border-color: black; }

    Cheers!
    Yigit

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