Title: Formatting with css?
Last modified: August 21, 2016

---

# Formatting with css?

 *  Resolved [vmallder](https://wordpress.org/support/users/vmallder/)
 * (@vmallder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/formatting-with-css/)
 * Hello,
 * I would like to style the columns in the table view that that I embedded into
   my post. Are there any css selectors available to style the table header and 
   columns?
 * Thank you,
    Valerie
 * [http://wordpress.org/plugins/dbview/](http://wordpress.org/plugins/dbview/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [john ackers](https://wordpress.org/support/users/john-ackers/)
 * (@john-ackers)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/formatting-with-css/#post-4149282)
 * The table is wrapped with div class=’dbview’ and the table itself is stlyed with
   the wordpress defined classes wp-list-table and widefat. You can do things like
 *     ```
       div.dbview th {
         background : red ;
       }
       ```
   
 * Let me know if you run into problems.

Viewing 1 replies (of 1 total)

The topic ‘Formatting with css?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dbview.svg)
 * [dbview](https://wordpress.org/plugins/dbview/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dbview/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dbview/)
 * [Active Topics](https://wordpress.org/support/plugin/dbview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dbview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dbview/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [john ackers](https://wordpress.org/support/users/john-ackers/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/formatting-with-css/#post-4149282)
 * Status: resolved