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

    Hi,

    I have a question about the mobile menu button. I wanted to change the button with my own design, so I used this code:

    a#advanced_menu_toggle:before { content: url(http://test.marloesverhofstadt.nl/wp-content/uploads/2017/03/Marloes_mobilemenu.png); }

    But I also want another design for the button when you hover over the button. When I use hover instead of before it doesn’t work.

    How can I solve this problem?

    Kind regards,
    Marloes

    #759047

    why instead
    try a:hover:before

    btw: very nice logo !

    #759054

    Also, I want to remove the little arrows before the menu items in the mobile menu. How can I do that?
    Thanks!

    #759096

    Hi!

    Add the following to your CSS

    #mobile-advanced li > a::before { content: none !important; }

    let us know if it works or you need anything else.

    Cheers!
    Basilis

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