This topic has 2 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
Colours of Links are completely different on client machine – how to fix the css ?
client machine is explorer on windows mine is a mac with firefox …
Hello,
Theme Options > Speed Optimization > Old Browser Support > On, clear cache of explorer browser and check then, or try to add the next code in Theme Options > Theme custom CSS:
a {
color: white;
}
.content-product .button {
background-color: #555555;
color: white;
}
.content-product .button:hover {
background-color: #ffc500;
color: white;
}
.select2.select2-container--default .select2-selection--single, select {
background-color: #1e1e1e;
}
clear cache and check the result. Let us know
Regards
You must be logged in to reply to this topic.Log in/Sign up