• Resolved yuyounger

    (@yuyounger)


    Hi, I would like to make hover effect to my very top menu like this site. My site is here. I don’t know how to do it! It’s to difficult to me. Please help me:(

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andi Saleh

    (@bindanaku)

    Add this to your CSS (at the bottom so it doesn’t interfere with other rules):

    #secondary-nav > .menu-item a:hover {
      border-bottom: 2px solid #000000;
    }
    Thread Starter yuyounger

    (@yuyounger)

    Thank you:) But I would like to make hover effect at background. My background color is (rgba 255,255,255,0.7) now, make hover effect to #fff. It’s my mistake. I’m sorry.

    Can you help me? 🙂 Have a nice day!

    Andi Saleh

    (@bindanaku)

    #secondary-nav > .menu-item a:hover {
      background-color: rgba(255,255,255,.7);
    }
    Thread Starter yuyounger

    (@yuyounger)

    Thank you so much Andi. It’s working:) Umm.. But I mean, background (If you use F12, You can see ‘div.top-strip.color-site-white’) is rectangular a little bit transparency table. A full width:) Not a menu link.

    Thread Starter yuyounger

    (@yuyounger)

    Is there anybody who can help me? 🙂

    Thread Starter yuyounger

    (@yuyounger)

    I fix it. Thank you:)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Make hover effect’ is closed to new replies.