• Resolved adairk

    (@adairk)


    I notice that when hovering my cursor over the text in a link on the left sidebar that the text brightness dulls or diminishes which seems to be a way of confirming that my cursor is in that position and pointing to that particular link which I think is a good thing to have. But it does not do that on the right hand sidebar links and wonder if there is a way to have the right hand sidebar text react in the the same way as the left hand sidebar when hovering my cursor over the text there?

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi adairk

    Thanks for pointing out the right sidebar issue

    I will fixed this issue next varsion of Raindrops.

    For Quick Fix

    Dashboard / Appearance / Customize /

    Advanced / Site Wide CSS

    Please add css below

    .rsidebar li.page_item a:hover,.rsidebar .widget ul li a:hover{
            -moz-opacity:0.75;
            filter:alpha(opacity=75);
            opacity:0.75;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Hover over link in sidebar’ is closed to new replies.