Hi @dxylott54,
Don’t worry about your English. It’s good enough as is.
Alright, remember the CSS rules I asked you to add to your site last time? The .widget
CSS class was removed from the popular posts list when plugin version 7.0.0 came out (see changelog) precisely due to the issue that you reported before and so these CSS rules need to be updated accordingly.
The CSS rules should like like this now:
.popular-posts > h2 {
margin: 4px 0 20px;
padding: 4px 0;
color: #111;
font-size: 1.8rem;
font-weight: 700;
}
Please give that a try and let me know if you have any additional comments.
It worked perfectly!
Thank you so very much! ^^