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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.