• elderpam

    (@elderpam)


    I would like to add borders to the top table. How can I do that?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @elderpam
    you can add this code in your WordPress Dashboard under “Appearance-> Customize-> Additional CSS”:

    table, table thead {
    	border: 1px solid;
    }

    This will add a border around the tables and the table header

Viewing 1 replies (of 1 total)
  • The topic ‘Table’ is closed to new replies.