Hi
I want to be able to change the size of the table heading when it appears on a mobile device. At the moment it is small and italic but I want it to be larger and not italic. I don’t seem to be able to find the CSS for this. Could you let me know how to do this please.
Many Thanks
Regards
Colin
Hey waveseven,
Thank you for contacting us.
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay
See private content
Many Thanks
Regards
Colin
Hi Colin,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .avia_responsive_table .avia-data-table td:before {
font-style: normal;
font-size: 16px;
}
}
Best regards,
Rikard
Hi Rikard
That is perfect ! Thank you !
Many Thanks
Regards
Colin
Hi Colin,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria