-
Author
-
September 8, 2015 at 10:23 #76553
sachaf
ParticipantI have a problemn that i usually resolve easily by myself..but this one i don’t understand.
When i select a text in the website, it’s white on white background, so nobody can read their selection.I tried to modify the css like this :
.main-color ::selection {
background-color: #000;
color: #ffffff;
}but nothing has hanged and it seems to exist a dynamic styling, but i don’t find something about that in the theme styling options….
Could you help me?
Thank you
September 8, 2015 at 16:15 #76587sharmstr
ModeratorWhat text are you selecting? In a dropdown? A hyperlink? Please provide a link and more details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 9, 2015 at 12:34 #76682sachaf
ParticipantWhen i select a normal text in a page, post :
For example the text in this post :
http://www.instant-city.com/the-velvet-underground-a-la-philharmonie-de-paris-en-2016/it’s white on white
September 9, 2015 at 13:35 #76685sharmstr
ModeratorI’ve tried selecting text, clicking in the boxes, click on links and I still dont understand. Can you attach an image that illustrates the issue. Sorry.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 11:43 #76921sachaf
ParticipantOk. This a the screen capture.I wrote a comment in the place where the text is hidden when you select it.
September 14, 2015 at 18:16 #77570sharmstr
ModeratorIts not happening when I select it. But you can try this in your quick css
COPY CODEmedia="all" { .main-color ::selection { background-color: #000000 !important; color: #fffff !important; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 14, 2015 at 18:17 #77571sharmstr
ModeratorHere’s a screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 16, 2015 at 17:43 #78040sachaf
Participanti don’t know why it works right now, but thank you!
September 16, 2015 at 17:52 #78046sharmstr
ModeratorBecause I’m magical 🙂 Actually, its the !important declaration.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.