This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

change padding color on hover

Home Forums Product Support Forums Related Posts Pro for WordPress Support change padding color on hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11817
    sanksank
    Participant

    hi
    how do i change the padding color of items onMouseover hover?

    i tried something like this but doesn’t work:

    #horiz .rpp_item .rpp_inner a {
    background: none !important;
    }
    #horiz .rpp_item .rpp_inner a:hover {
    background: #4b748b !important;
    }

    i think there needs to be some extra css magic …

    #11820
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Depending on which parts you need, try either this:

    [html]#horiz .rpp_item:hover {
    background: #4b748b !important;
    }[/html]

    or this:

    [html]#horiz .rpp_item .rpp_inner:hover {
    background: #4b748b !important;
    }[/html]

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.