• Hello,

    I have installed the Guestbook, but how can I change the design in it? For example, the background of the posted entries or the field in which you write an entry. This field has no background, it is transparent.

    I would also like to customize the color of the buttons and the color of the font in the buttons. This works neither with the GWolle settings nor with those of WordPress.

    I would be happy about an answer.

    • This topic was modified 1 year, 11 months ago by cfredricksen.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author Marcel Pol

    (@mpol)

    You can apply it to all entries like this, or have a separate styling for just .gb-entry.

    html body .gwolle-gb .admin-entry,
    html body .gwolle-gb .gb-entry {
    color: #333;background-color: #e4d86b;
    border-radius:5px;
    background-image: -webkit-linear-gradient(top, #e4d86b, #e4d86b);
    background-image: -moz-linear-gradient(top, #e4d86b, #e4d86b);
    background-image: -ms-linear-gradient(top, #e4d86b, #e4d86b);
    background-image: linear-gradient(top, #e4d86b, #e4d86b);
    }

    Plugin Author Marcel Pol

    (@mpol)

    This might be good too:

    html body .gwolle-gb .markItUpHeader {
    background-color: #e4d86b;
    }

    Thread Starter cfredricksen

    (@cfredricksen)

    Again: Many many thanks
    You have given me the most beautiful Christmas gift.
    Have a Merry X-mas!

    Plugin Author Marcel Pol

    (@mpol)

    You’re welcome.

    Good Christmas to you too.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Change the Design of the Guestbook’ is closed to new replies.