Created
          July 19, 2016 06:59 
        
      - 
      
- 
        Save max-kk/bcd4d05428d4fa0655a1d342cb935cdf to your computer and use it in GitHub Desktop. 
    How to change color of blue circle in Piterest theme?
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* 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; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment