OlivierGiroud1206 Posted November 29, 2015 Share Posted November 29, 2015 (edited) I recently installed the latest PrestaShop and i have been having a bit of a hard time customizing the default theme. How do i go about changing the default bootstrap theme's white background to an image? Edited November 29, 2015 by OlivierGiroud1206 (see edit history) Link to comment Share on other sites More sharing options...
SupportPS Posted November 29, 2015 Share Posted November 29, 2015 You need a lot of corrects.Here are styles where the background White Set About line 236 body { background-color: #fff; color: #777777; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 1.42857; } line 6907 .header-container { background: #fff; } line 5490 header { background: #fff; padding-bottom: 15px; position: relative; z-index: 1; } line 5478 .columns-container { background: #fff; } Link to comment Share on other sites More sharing options...
Paulito Posted November 29, 2015 Share Posted November 29, 2015 Hello Try using this code: body, #page, header, .columns-container {background: #FFF url ('add the URL to your image here')!important;} Anyway, just a thought Paul 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