This topic has 6 replies, 2 voices, and was last updated 3 weeks, 5 days ago ago by Rose Tyler
Hi,
How do I change the spotlight elements background colour and text? Also I am using gTranslate and it appears to change the spotlight category “new” into “dirty” for some reason?
Hello, Dave,
Thank you for contacting us and for using XStore.
Could you please provide temporary wp-admin access?
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
Best regards,
8Theme’s Team
Why do you need that? I either need a way to change it via the dashboard or if not then tell me which file to change in CSS?
Hello, Dave,
XStore Builders > Archive Products > edit template https://www.8theme.com/documentation/xstore/xstore-builders/xstore-products-archive-builder-with-elementor/ > settings of the Spotlight element > style https://prnt.sc/iQUwVoyIMnuQ https://prnt.sc/2JRj9vAnmame
You can disable New and Sale https://prnt.sc/gGsb1ooqBXXP , or translate them using Loco Translate or another plugin. The translation should be done for the XStore theme and Core plugin – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Best regards,
8Theme’s Team
How do I change the color of the circle “New arrivals”? It is green, the client would like it purple.
Thanks.
Hello, Dave,
Custom CSS code can be used to change colors, for example:
.etheme-category-grid-image-ghost[data-type=new] {
background-color: purple;
--et_link-color: white;
--et_link-color-hover: white;
}
Best regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up