Hi,
Ive changed the color but the price doesn’t change white. I have tryed all codes. I also would like to turn of hover because you cant see the text
Hey frankbarthen,
Add this to quick css:
.av-catalogue-title-container{
height:50px!important;
}
.av-catalogue-price{
color:#fff!important;
}
Best regards,
Jordan Shannon
Thx! How do I move them closer together (pricing and title)
Hi,
You would have to manually adjust the margins:
.av-catalogue-price{
margin-right:50px!important;
}
Best regards,
Jordan Shannon