Reply To: How set the Last Posts on “Homepage” ?

Home Forums Guestbook Add-On How set the Last Posts on “Homepage” ? Reply To: How set the Last Posts on “Homepage” ?

#10872
Marcel Pol
Keymaster

Hi, custom CSS can be added under Appearance > Customizer > Custom CSS

Does this work for you?

html body li.gwolle-gb-widget {
    padding: 13px 0;
    line-height: 15px;
}
html body .rateit .rateit-preset {
    background: url(star.gif) left -16px; // red
    opacity: 0.7;
}

// buttons:
html body div.gwolle-gb input[type="button"],
html body div.gwolle-gb input[type="submit"] {
	border-radius: 7px 7px 7px 7px;
	border-width: 2px 2px 2px 2px;
	border-color: #F44336;
}
html body div.gwolle-gb form.gwolle-gb-write div.input input[type="text"],
html body div.gwolle-gb form.gwolle-gb-write div.input input[type="email"],
html body div.gwolle-gb form.gwolle-gb-write div.input input[type="url"],
html body div.gwolle-gb form.gwolle-gb-write div.input textarea,
html body div.gwolle-gb form.gwolle-gb-write div.input select {
	border-width: 2px 2px 2px 2px;
	border-color: #F44336;
}

I did not manage to reduce the size of the starts, it’s a sprite.