@dan87khan
Add this to your CSS.
Customize –> Additional CSS –> Publish :
.dashicons, .dashicons-before:before {
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
speak: none;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 20px;
height: 20px;
font-size: 30px;
vertical-align: top;
text-align: center;
transition: color .1s ease-in;
}
.sp-event-performance .sp-event-star-number {
margin-left: -15px;
width: 20px;
text-align: center;
display: inline-block;
font-size: smaller;
line-height: 35px;
color: black;
}
With the second part I changed the color, but the star is always the same size.
@dan87khan
Your CSS is being cache in your AutoOptimize plugin.
http://www.romachampionsleague.com/wp-content/cache/autoptimize/css/autoptimize_02a48cd2afea6e068a80387e09700f07.css
When you make content, file or CSS changes to your site, you should either turn this plugin off, or clear the cache from AutoOptmize after every change.
https://bit.ly/2PATQb7
Sorry. I didn’t know that…
Thanks a lot man!
Plugin Contributor
Roch
(@rochesterj)
I’m glad it’s resolved!
Please, let us know if you need anything else.