Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Add Star Rating to Search Results › Reply To: Add Star Rating to Search Results
May 12, 2020 at 7:14 am
#27252
Keymaster
Sure. I did a few CSS tweaks, this looks much better in my opinion: https://i.imgur.com/MUNqAyY.png
For that, use this custom CSS:
.asp_w .rmp-widgets-container.rmp-wp-plugin.rmp-main-container.js-rmp-widgets-container {
margin: 0;
}
.asp_w p.rmp-heading.rmp-heading--title {
display: none;
}
.asp_w p.rmp-heading.rmp-heading--subtitle {
display: none;
}
.asp_w i.js-rmp-rating-icon.rmp-icon.rmp-icon--ratings.rmp-icon--star {
height: 11px;
line-height: 11px;
font-size: 11px;
}
.asp_w p.rmp-rating-widget__results.js-rmp-results {
display: none;
}
.asp_w p.rmp-rating-widget__msg.js-rmp-msg {
display: none;
}
.asp_w p.rmp-rating-widget__hover-text.js-rmp-hover-text {
display: none;
}
.asp_res_text br {
display: none;
}