• Resolved semperaye

    (@semperaye)


    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

    (@mpol)

    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

    (@semperaye)

    omg i love it thank you!

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

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