• Resolved krauser366

    (@krauser366)


    Hello.

    I need some help, when the plugin is activated the car icon appears on the top right menu and I don’t want it to show on any page.

    Right now, the plugin is deactivated, but if you need me to activate it, ask me that for and I will.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @krauser366!

    You could hide it with some CSS code. Please reactivate the plugin so I can take a closer look and provide you with some CSS code to use, thanks.

    Cheers!

    Thread Starter krauser366

    (@krauser366)

    Thank you for the response.

    The plugin it’s active now.

    Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @krauser366!

    Okay, you can use the following CSS code to hide that

    #menu-navegacion > li.menu-item.wpbf-woo-menu-item {
        display: none;
    }

    Add this to the “additional CSS” section found in your customizer view

    Cheers!

    Thread Starter krauser366

    (@krauser366)

    Thank you very much, it worked! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the car icon from my menu for all the sites’ is closed to new replies.