Selection colour
-
Hi, I wonder why the css code:
::selection { background: #3BC2EE; color: #3BC2EE; }Is not applying to my website. Thanks a lot
The blog I need help with is: (visible only to logged in users)
-
mmmm you are right. I though it was the code for changing the hover colour of the thumbnails projects. Do you know it by any chance? thanks a lot
-
Hi oteloo
mmmm you are right. I though it was the code for changing the hover colour of the thumbnails projects. Do you know it by any chance?
Are you talking about the projects that are displayed on your homepage?
If yes then you can add the below code to change the hover color of the project
.project .entry-text { background-color: #3BC2EE !important; }Hope this helps.
-
-
- The topic ‘Selection colour’ is closed to new replies.