Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1142906

    Hi!

    I’d like to run off the rollover on hover on the pricing catalogue. Mine turns white and then you can’t read the words.

    Tried this it didn’t work

    .main_color .av-catalogue-list li:hover {
        background-color: inherit;
    }
    #1142913

    Hey isaaccolavecchio,

    Add this to quick css:

    .header_color .av-catalogue-list li:hover{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

    #1142923

    That did it!

    Thanks!

    #1142924

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Rollover on pricing catalogue’ is closed to new replies.