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

    Hi,

    I have added a table to the private content of the website. In the Responsive Design, the heading should NOT be italic, but bold and slightly larger. I need a code for this.

    Many thanks and best regards
    Sabine

    #1320424

    Hey Sabine,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .responsive .avia_responsive_table .avia-data-table td::before {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
    }
    

    Regards,
    Yigit

    • This reply was modified 3 years, 2 months ago by Yigit.
    #1320434

    Hi Yigit,

    thank you for this quick reply. It’s so great, it works. Thank you so much.

    Greatings,
    Sabine

    #1320560

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1320576

    Hi,

    yes, you can close this topic. Thank you so much for helping.

    Have a nice sunday
    Sabine

    #1320681

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘responsive table settings’ is closed to new replies.