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
Hey enfold,
Can you screenshot the area you need help with?
Best regards,
Jordan Shannon
Here it goes
Hi,
Add this to quick css:
.avia-pricing-row .currency-symbol{
color:#000!important;
opacity:1!important;
}
Best regards,
Jordan Shannon
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
Hi,
Add the “top” declaration:
.avia-pricing-row .currency-symbol{
color:#000!important;
opacity:1!important;
top:-5px!important;
}
Best regards,
Jordan Shannon
Great Jordan, thank you very much for your help!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon