Title: CSS question.
Last modified: July 6, 2017

---

# CSS question.

 *  Resolved [semperaye](https://wordpress.org/support/users/semperaye/)
 * (@semperaye)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/css-question-33/)
 * How can I customize the background of guestbook entries? For example in the demo,
   the background is white, but for admins the background can be dark gray. Ideally
   what I was hoping for was to be able to alternate background colors for all posts
   as to further separate the entries. For example first post #ffffff, then next
   post #f9f9f9.
 * Thanks again!

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/css-question-33/#post-9294391)
 * There is a class for this that you can use, like this:
 *     ```
       div.gb-entry.gwolle_gb_even {
       background-color: #ffffff;
       }
       div.gb-entry.gwolle_gb_uneven {
       background-color: #f9f9f9;
       }
       ```
   
 * The extra styling for admin-entries can be disabled in the Reading-tab.
    In the
   next version it will be off by default for new installs, it seems to confuse 
   people too much.
 *  Thread Starter [semperaye](https://wordpress.org/support/users/semperaye/)
 * (@semperaye)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/css-question-33/#post-9294739)
 * omg i love it thank you!

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

The topic ‘CSS question.’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [semperaye](https://wordpress.org/support/users/semperaye/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/css-question-33/#post-9294739)
 * Status: resolved