-
Author
-
September 8, 2015 at 10:23 #76553sachafParticipant
I 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 #76587sharmstrModeratorWhat 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 9, 2015 at 13:35 #76685sharmstrModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 14, 2015 at 18:16 #77570sharmstrModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 16, 2015 at 17:43 #78040sachafParticipanti don’t know why it works right now, but thank you!
September 16, 2015 at 17:52 #78046sharmstrModeratorBecause 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.