The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Display number of v...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Question Display number of votes

2 Posts
2 Users
1 Reactions
185 Views
Posts: 1
Topic starter
(@kurosan)
New Member
Joined: 5 months ago

Hi,

On the rating fields before the comment thread, by default it displays the average rating, and the numbers of votes on hover. I think it's not really user friendly and would like to display both by default. It means average rating and numbers of votes next to it. 

Can you please suggest how to do it? 

Thanks.

1 Reply
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi, 

You can use the CSS code below: 

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{
    display: block !important;
}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value{
     display: flex;
     justify-content: center;
      padding-top: 0 !important;
      align-items: center;
}
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv, #wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrc{
    font-size: 15px !important;
    padding-top: 0px !important;
}

span.wpdrv:after {
    content: '/';
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

 

.

Reply
Share: