Home Forums Free Themes WEN Business Question mark next to dropdown menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66581
    Dani
    Participant

    I made a menu which includes submenus. However, in the top menu of the website I got a question mark next to the dropdown menu instead of a checkmark. I work with a child theme and I have copied all css files under assets of the main theme to the child theme. What have I missed or what can I do to remove that question mark?

    #66585
    wensolutions
    Keymaster

    Hello @dani,

    Please provide us the URL to your website with the issue so that we can check the issue further and provide you with some precise fixes.

    Best Regards !!

    #66591
    Dani
    Participant

    This is the link: http://www.bres-bv.dds.nl/wordpress/

    Thanks!

    #66593
    wensolutions
    Keymaster

    Hello @dani,

    We have inspected your website URL and it seems like the CSS code responsible for the carat icon in the theme style has been corrupt in the child theme style.css file.

    To resolve the issue, please add the following custom CSS to your Admin Dashboard > Appearance > Customize > Additional CSS ( Or in your child theme’s style.css ) :

    #site-navigation ul li.menu-item-has-children > a:before, #site-navigation ul li.page_item_has_children > a:before {
        content: "\f078";
    }

    Hope this Helps,

    Best Regards !!

    #66599
    Dani
    Participant

    Thank you for your quick reply and support. My problem has been solved. Thanks

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