0
Answered

Bigger Logo?

Gil 4 years ago updated by Josh 4 years ago 3

Image 842

Hi, trying to make the logo on the badges bigger. No how many pixels the logo I put in has it will not show bigger. Is it possible to use custom CSS to allow it to show more pixels?

Answered

Sure, you can use this custom CSS...

img.wppro_badge1_IMG_4 {
max-height: 50px;
}

Thanks, That works perfect. Is there also CSS to make the stars and the numbers rating smaller?

Sure. This will do the rating number..

.wppro_dashboardReviewSummary__avgRating {
font-size: 28px;
}

and this for the stars...

.wppro_badge1_DIV_stars.bigstar span {
font-size: 25px;
}