-
AuthorPosts
-
August 16, 2012 at 2:34 pm #179971
When I highlight text it comes up with a pink color over white text. I know there is a css style (selection?) that this is attributed to. However, I cannot find it in the css files. Could someone please point out where I can change the pink colors?
Thanks.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
August 17, 2012 at 9:05 am #464531Hi,
Sorry, I don’t really get what you mean here. Could you please be more specific so that I can offer the proper help?
August 21, 2012 at 6:55 pm #464885If you go onto the Puresite and select text anywhere in the main body, instead of being the normal blue highlighted background color with white text, it is a pink background color (see attached picture)
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
August 22, 2012 at 7:58 am #464933Hi,
It’s css style and you can read more at:
http://www.w3schools.com/cssref/sel_selection.asp
In template puresite, you can see it in file : templates/ja_puresite/css/css3.css
[PHP]
::selection {
background: #e24b7c/* Safari */
color: #fff
}
::-moz-selection {
background: #e24b7c /* Firefox */
color: #fff
}
[/PHP]1 user says Thank You to MoonSailor for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by MoonSailor 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Highlight Selection
Viewing 4 posts - 1 through 4 (of 4 total)