Jump to content

How to change background image / colour


ahmadsab

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...