This topic has 7 replies, 3 voices, and was last updated 1 weeks ago ago by Andrew Mitchell
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!
Hello Lucca,
I tried to clean cache but no result unfortunatelly.
Also I put the codes which you mentioned but again couldn’t achieve to get the circle indicator on the right.
Can you please help me ?
Regards,
Derya
Hi @Derya,
Can you please delete the previous CSS code and add this custom CSS codes for both issues?
.elementor-widget-container p {
color: #000 !important;
}
@media only screen and (max-width: 480px) {
.back-top {
right: auto;
left: 45px;
bottom: 50px;
}
}
Let us know how it goes!
There’s no any good result for both issues!
Hi @Derya,
We’ve updated the custom CSS codes a little bit then the icon scroll-top is moved to the left now:
And the contrast problem, the Google seems not to crawl the latest version of your website so it will see the old color of text.
There is nothing to do with our XStore theme since the text color & background color are good for Contrast Ratio: https://webaim.org/resources/contrastchecker/?fcolor=000000&bcolor=FFFFFF
Thanks for understanding!
Best Regards,
The 8Theme Team.
Dear Derya,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
The issue related to '‘The problem with color of mainpage and chenging place of circle indicator.’' has been successfully resolved, and the topic is now closed for further responses