ahmadsab Posted November 15, 2019 Share Posted November 15, 2019 Hello Every one i am trying to change the background colour and image of my store . I have tried many codes but no one works for me Could you please help me with that Link to comment Share on other sites More sharing options...
PCQUATRO Posted November 15, 2019 Share Posted November 15, 2019 8 hours ago, ahmadsab said: Hello Every one i am trying to change the background colour and image of my store . I have tried many codes but no one works for me Could you please help me with that You have to target a specific class or element and give is a background color. You can do that by inserting CSS code into /themes/classic/assets/css/custom.css let´s say you want to target the header-nav class, you would put something like this... .header-nav{ background-color: #000000; } Best Regards Link to comment Share on other sites More sharing options...
ahmadsab Posted November 15, 2019 Author Share Posted November 15, 2019 11 hours ago, PCQUATRO said: You have to target a specific class or element and give is a background color. You can do that by inserting CSS code into /themes/classic/assets/css/custom.css let´s say you want to target the header-nav class, you would put something like this... .header-nav{ background-color: #000000; } Best Regards Thank you 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