This topic has 2 replies, 2 voices, and was last updated 22 hours, 29 minutes ago ago by Luca Rossi
Hi,
Even though I changed the color of letters as you see on 1.png, I got contrast problem on pagespeedinsight analyze (2.png).
Also, I want to change the place of circle indicator(1.png) from the right-bottom side to the left-bottom side, because it seems on whatsapp button.
Thank you in advance for your helps.
Hi @Derya,
1. It might be the cache, could you please clearing all the caches then test again? The text color is black already.
2. Please add this custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:
@media only screen and (max-width: 480px) {
.back-top {
right: 45px;
bottom: 120px;
}
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up