Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1140252

    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

    #1140424

    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

    #1140440

    Hi Vinay

    See private content
    Many Thanks
    Regards
    Colin

    #1140852

    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

    #1140908

    Hi Rikard

    That is perfect ! Thank you !

    Many Thanks
    Regards
    Colin

    #1140963

    Hi Colin,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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