- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › WEN Business › Question mark next to dropdown menu
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?
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 !!
This is the link: http://www.bres-bv.dds.nl/wordpress/
Thanks!
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 !!
Thank you for your quick reply and support. My problem has been solved. Thanks
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |