• Resolved arzoo

    (@arzoo)


    I just added a table in the site and noticed that all the text in the table was bold faced. Is it possible to change this so that just the column header is bold and the content of the table is regular text (ie. not bold)?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello arzoo,

    By default table font is bold in the theme. You can change it to normal by using the following Custom CSS :

    table {
        font-weight: normal!important;
    }

    Let us know if this solve your issue.

    Best Regards,
    Acme Themes

    Thread Starter arzoo

    (@arzoo)

    Thanks for the help! It works now.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Table font always bold?’ is closed to new replies.