Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #882890

    Hey—so I can generally find all answers on the forum, in some form or fashion, but I haven’t been able to locate a solution for changing the colour of the $ and <small> tags in the pricing table.

    If you look at the bottom of the page I linked up, you’ll see in the “late night, morning and double sessions” all have the $ and <small> in white, which is really hard to see on a light background. It would also be nice to remove the little shadow highlight, too.

    Thanks in advance.

    #882897

    Hey Matticus,

    Add this to quick css:

    .avia-table-3 small, .avia-table-3 .currency-symbol{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #882905

    Great! Thanks Jordan.

    It’s still a light grey, with shadow/highlight—anyway to remove it so it’s the same solid colour as above text?

    #882908

    Hi,

    Add this to the above css I gave you:

    
    text-shadow:none!important;

    Best regards,
    Jordan Shannon

    #882914

    Hmm, it works when I use my Reload CSS (no shadow, proper colour) but even after clearing cache on W3 and my CDN; and loading it up on a few different computers/browsers—it still shows up the same grey and shadow. Any thoughts?

    #882917

    Hi,

    I’m also positive it is still some sort of caching issue.

    Best regards,
    Jordan Shannon

    #882929

    Sounds great—thanks! I’ll look into that end.

    #883237

    Hi,

    Please let us know the results.

    Best regards,
    Jordan Shannon

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