Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #779010

    Hello,

    Thank you in advance for your support! From researching other tickets, I’ve inserted the code:

    .av-subheading {
    color: white;
    }

    …with no avail. It works with other colors like red but when I try white it is the default grey color. There is another thread talking about changing the opacity which lost me… Does it have something to do with that?

    Do I have the option of changing the color in general settings and where?

    Thank you!

    #779077

    Hey murdochduncan,

    Please try this instead:

    .av-subheading {
      color: white !important;
    }

    Make sure to clear your browser cache and reload a few times after adding the code.

    Best regards,
    Rikard

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