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;
}
Hey isaaccolavecchio,
Add this to quick css:
.header_color .av-catalogue-list li:hover{
background:transparent!important;
}
Best regards,
Jordan Shannon
That did it!
Thanks!
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon