Title: CSS help
Last modified: August 31, 2016

---

# CSS help

 *  Resolved [yJan](https://wordpress.org/support/users/yjan/)
 * (@yjan)
 * [10 years ago](https://wordpress.org/support/topic/css-help-62/)
 * Hello!
 * I am trying to adjust the black block that precedes links ( main menu, on hovering
   an item ), with a white rightwards facing triangle in it. I have searched for
   the css rules with firefox inspect, and anything that popped instantly into my
   mind, but couldn’t find a thing.
 * Can someone help me?
 * [https://wordpress.org/plugins/megamenu/](https://wordpress.org/plugins/megamenu/)

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years ago](https://wordpress.org/support/topic/css-help-62/#post-7424746)
 * Hi,
 * Please post a link to your site so I can take a look. I haven’t seen that before,
   I suspect it’s a theme conflict.
 * Regards,
    Tom
 *  Thread Starter [yJan](https://wordpress.org/support/users/yjan/)
 * (@yjan)
 * [10 years ago](https://wordpress.org/support/topic/css-help-62/#post-7424780)
 * Here you go:
    [http://www.wallfahrtskloster-blieskastel.de/](http://www.wallfahrtskloster-blieskastel.de)
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [10 years ago](https://wordpress.org/support/topic/css-help-62/#post-7424820)
 * Thanks.
 * It’s a theme conflict with no easy way to fix it properly.
 * There’s a quick fix – try adding this CSS:
 *     ```
       .widget-area .navigation ul li a:before {
           display: none !important;
       }
       ```
   
 * .. the only problem is it will effectively disable the menu item icon functionality
   in MMM, so you can’t add icons to your menu items.
 * Regards,
    Tom
 *  Thread Starter [yJan](https://wordpress.org/support/users/yjan/)
 * (@yjan)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/css-help-62/#post-7424847)
 * Great, that did it, thanks!

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

The topic ‘CSS help’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)
 * [main menu](https://wordpress.org/support/topic-tag/main-menu/)

 * 4 replies
 * 2 participants
 * Last reply from: [yJan](https://wordpress.org/support/users/yjan/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/css-help-62/#post-7424847)
 * Status: resolved