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

    Hi
    I modified “$Mex” style in pricing table column 1, but currency symbol “$” is still in white color.
    How can I modify this?

    Page link via private

    Best regards
    Santiago

    #1081937

    Hey enfold,

    Can you screenshot the area you need help with?

    Best regards,
    Jordan Shannon

    #1081998

    Here it goes

    #1082299

    Hi,

    Add this to quick css:

    .avia-pricing-row .currency-symbol{
    color:#000!important;
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #1082420

    Hi Jordan thanks, it works.

    Also I need the “$” symbol be in the same line of word “Mex”
    I tried to modify using css margins but did not work.
    Could you help me with this issue please?

    Regards

    #1082435

    Hi,

    Add the “top” declaration:

    .avia-pricing-row .currency-symbol{
    color:#000!important;
    opacity:1!important;
    top:-5px!important;
    }

    Best regards,
    Jordan Shannon

    #1082476

    Great Jordan, thank you very much for your help!

    #1082877

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Can not change currency margin/size/color’ is closed to new replies.