• Resolved Remko

    (@7ish)


    I would like the guestbook to show a non gradient background color per message.
    Also I’d like to add some bottom margin to separate the different messages.

    I already experimented with some css but I can’t seem to make it work.
    Could you please give me the correct css for this?
    Thanks!!

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    When you mention specifically a non-gradient background-color, could it be there is some confusion over admin entries? When you are admin and you post an entry, it might get a gradient background in grey.

    If you are really wanting your own backgrounds, you could try this:

    .gwolle-gb-even {
        background-color: #ddd;
    }
    .gwolle-gb-uneven {
        background-color: #bbb;
    }

    For the margin-bottom, you might prefer padding-bottom, to have the background-color there too:

    .gb-entry {
        padding-bottom: 10px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change background color and bottom marginpadding’ is closed to new replies.