change padding color on hover

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11817
    sank
    sank
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Depending on which parts you need, try either this:

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

    or this:

    #horiz .rpp_item .rpp_inner:hover {
       background: #4b748b !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Related Posts Pro for WordPress Support’ is closed to new topics and replies.