Hover cart in top menu -- no line above

Hello,

How do I make this line appear above my cart button in the top right corner of the navigation bar?

Thanks.

And I have faced some other problems with my menu. First, I it magically disappeared all of a suden. I had to rebuild it again. Now, I can’s change the card from Stack to Inline. I change the settings, save but nothing changes.

Hey @OlgaPollini,

Please add this code in Appearance > Theme Options > CSS

.x-navbar .desktop .x-nav>li.x-menu-item-woocommerce>a:hover, .x-navbar .desktop .x-nav>li.x-menu-item-woocommerce>a:focus {
    box-shadow: inset 0 4px 0 0 #2b9af3;
}

For your other issue, please open a separate thread and give us WP admin access in a Secure Note

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.