Wednesday

[opencart] How to change default background color

How to change title bar color of "Featured"?
How to change background color of "Featured"?

Step 1. Log in Cpanel or server

Step 2. Look for catalog/view/theme/yourtheme/stylesheet/stylesheet.css

Step 3. Search for class body

1) Change background color
body {
background-color: #ffffff;
}
2) Change background image
body {
background: #ffffff url('../image/your_background.jpg');
}

No comments: