• Resolved teeboy4real

    (@teeboy4real)


    Hi

    Please note that this css code is not working again

    rmp-rating-widget--has-rated {
        display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Blaz K.

    (@blazk)

    You’re missing a dot. Try:

    .rmp-rating-widget--has-rated {
    display: none!important;
    }

    Regards,
    Blaz

    Thread Starter teeboy4real

    (@teeboy4real)

    Hi

    I have updated the code to include the dot and !important but its still not working

    Plugin Support Blaz K.

    (@blazk)

    Then I need to see the page because this works on my test environment.

    Regards,
    Blaz

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css not working’ is closed to new replies.