• Resolved dan87khan

    (@dan87khan)


    In the page linked I need to have the stars a little bigger and the number in it in black and not in white. How can I do this?

    Sorry for the english

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • corrinarusso

    (@corrinarusso)

    @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;
    }

    Thread Starter dan87khan

    (@dan87khan)

    With the second part I changed the color, but the star is always the same size.

    corrinarusso

    (@corrinarusso)

    @dan87khan

    Your CSS is being cache in your AutoOptimize plugin.

    https://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

    Thread Starter dan87khan

    (@dan87khan)

    Sorry. I didn’t know that…

    Thanks a lot man!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stars best players’ is closed to new replies.