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

    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

    #1099085

    Hey frankbarthen,

    Add this to quick css:

    .av-catalogue-title-container{
    height:50px!important;
    }
    
    .av-catalogue-price{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1099086

    Thx! How do I move them closer together (pricing and title)

    • This reply was modified 5 years, 6 months ago by frankbarthen.
    #1099101

    Hi,

    You would have to manually adjust the margins:

    .av-catalogue-price{
    margin-right:50px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.