janeklass Posted April 8, 2022 Share Posted April 8, 2022 The store information is the wrong color. (see picture) How can I change this? Link to comment Share on other sites More sharing options...
knacky Posted April 8, 2022 Share Posted April 8, 2022 Right-click on the text and the inspector will display the path to the css file. Then you change the color there. There is no more advice. The starting point is to insert a link to the site here. Link to comment Share on other sites More sharing options...
janeklass Posted April 8, 2022 Author Share Posted April 8, 2022 (edited) 35 minutes ago, janeklass said: The store information is the wrong color. (see picture) How can I change this? Sorry, forgot link. flamicroz.com Edited April 8, 2022 by janeklass (see edit history) Link to comment Share on other sites More sharing options...
knacky Posted April 8, 2022 Share Posted April 8, 2022 CSS cache must be turned off in performance. Link to comment Share on other sites More sharing options...
knacky Posted April 8, 2022 Share Posted April 8, 2022 ./themes/Artista/assets/css/custom.css Add: .block-contact { color: #fff !important; } #contact-infos .a { color: #fff !important; } #contact-infos .a:hover { color: #cfae7a; } 1 Link to comment Share on other sites More sharing options...
janeklass Posted April 8, 2022 Author Share Posted April 8, 2022 9 hours ago, knacky said: ./themes/Artista/assets/css/custom.css Add: .block-contact { color: #fff !important; } #contact-infos .a { color: #fff !important; } #contact-infos .a:hover { color: #cfae7a; } Many thanks! It works, but the email address is still dark. Is there any way to change that? Link to comment Share on other sites More sharing options...
knacky Posted April 8, 2022 Share Posted April 8, 2022 (edited) Replace .a to a change: #contact-infos a { color: #fff !important; } #contact-infos a:hover { color: #cfae7a; } Edited April 8, 2022 by knacky (see edit history) Link to comment Share on other sites More sharing options...
knacky Posted April 8, 2022 Share Posted April 8, 2022 https://www.w3schools.com/cssref/sel_id.asp https://www.w3schools.com/cssref/sel_class.asp https://www.w3schools.com/cssref/css_selectors.asp 1 Link to comment Share on other sites More sharing options...
janeklass Posted April 8, 2022 Author Share Posted April 8, 2022 46 minutes ago, knacky said: Replace .a to a change: #contact-infos a { color: #fff !important; } #contact-infos a:hover { color: #cfae7a; } Thanks! 1 Link to comment Share on other sites More sharing options...
janeklass Posted April 8, 2022 Author Share Posted April 8, 2022 (edited) I wonder why this happened? this information will go blank after the store is updated. Should an upgrade be avoided instead? Edited April 8, 2022 by janeklass (see edit history) Link to comment Share on other sites More sharing options...
knacky Posted April 8, 2022 Share Posted April 8, 2022 This is a template error. Each template has several css styles and also its own css style. If the template is upgraded, everything is overwritten. The upgrade is done by creating a copy of the e-shop on a subdomain, upgrading there, debugging, and only then replaying it into the production environment. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now