• Hi there! I have a little problem with menu items on my site. When the cursor is on the link it “jump”. I need the static items. Anyone can help? I think I tried anything in CSS but nothing helped. Tnx.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @yuriy999,

    Try adding next CSS code to the Appearance -> Customize -> General -> Additional CSS

    #masthead.header_v1 ul.agama-navigation > li > a::before,
    #masthead.header_v1 ul.agama-navigation > li > a::after {
      background: transparent;
    }
    

    Make sure you add the above CSS code before the below codes you already have generated:

    #masthead.header_v1 ul.agama-navigation > li > a:hover::before
    #masthead.header_v1 ul.agama-navigation > li > a:hover::after

    Regards

    • This reply was modified 4 years, 10 months ago by jerryscg.
    Thread Starter yuriy999

    (@yuriy999)

    I just tried it. Not works. Tnx anyway

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jumping items in main menu’ is closed to new replies.