Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #394754

    How do I change the font color for the list item description?

    I was able to change the title and price color with the following:
    .av-catalogue-title{ color: #000000; }
    .av-catalogue-price{ color: #000000; }
    .av-catalogue-content{ color: #000000; }

    I thought the content would change the list item description but I was wrong.

    What am I missing?

    Thanks!

    #394943

    Hey Micheal0424!

    Do you have a link for the site in question please?

    Cheers!
    Rikard

    #395253
    This reply has been marked as private.
    #395320

    Hey!

    Please try adding !important rule as following

    .av-catalogue-content {
    color: white!important;
    }

    Cheers!
    Yigit

    #395371

    Worked perfect, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Catalogue: How do I change the font color for the list item description?’ is closed to new replies.