Change color of rating stars

Discussion in 'ReThink WordPress Theme' started by gloryous, Apr 30, 2015.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Is it possible to change the color of the rating stars from the default light blue?

    Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .wpl-button a:before {
      color: red !important;
    }
    Thanks,
    Praveen
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Praveen, I pasted the code where you indicated; however, nothing changed.

    I may not have explained very well what I would like to do: I would like to change the blue stars to the hex-color #387300. Is this possible?

    Thank you.
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Gloryous!

    I am sorry!!!
    The rating star is actually a png image.
    So to change its color you have to do it manually using photoshop or other image editing tool.

    The path for the image is rethinktheme/images/icon-star-mini.png.

    Hope you will understand.

    Thanks,
    Praveen
     
  5. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Praveen, thanks for the explanation. I do understand.
     
Thread Status:
Not open for further replies.

Share This Page