max-kk
7/19/2016 - 6:59 AM

How to change color of blue circle in Piterest theme?

How to change color of blue circle in Piterest theme?

/* Yellow  */
.is-gallery .clg-head-view:before {
    background-color:rgba(255, 196, 0, 0.7) !important;  
}

/* Or Pink  */
.is-gallery .clg-head-view:before {
    background-color:rgba(255,105,180, 0.7) !important;  
}


/* Or Pink (just Hover circle) */
.is-gallery:not(.is-voted) .clg-head-view:before {
    background-color:rgba(255,105,180, 0.7) !important;  
}