Hi there,
– How to change the color of text-links on my website?
– When u try to copy a text, that text is marked with a color while u copy, how can i change that color?
Thank you!
This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Rose Tyler
Hi there,
– How to change the color of text-links on my website?
– When u try to copy a text, that text is marked with a color while u copy, how can i change that color?
Thank you!
Hello, Vlad,
Thank you for contacting us and for using XStore.
1/ To change the colors of the links on your website, please navigate to XStore > Theme Options > Styling/Colors > Choose Main Color and select the desired color. Once you have made your selection, please remember to publish the changes and clear your server and browser caches before checking back on your site.
2/ Try to add this snippet to the custom CSS
::selection {
background: #d60000;
color: #fff;
}
::-moz-selection {
background: #d60000;
color: #fff;
}
edit colors depending on your needs.
Kind Regards,
8theme team
The issue related to '‘How to change colors for links and for copy texts.’' has been successfully resolved, and the topic is now closed for further responses