Impossible to set background image

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Thu Jul 09, 2015 8:28 pm
Does anyone know why it is not possible to set and image as a background in this theme.
I want to use this plugin Background manager https://wordpress.org/plugins/background-manager/

Plugin works great with other themes like Twenty Eleven. But on inStyle i can't change my background at all?

Maybe i can remove code that is overriding my set background? I tried to apply image in override.css but it did not work.

I hope you can help me,
Thank you
Mario
User avatar
Fresh Boarder

GK User
Thu Jul 09, 2015 9:37 pm
Hello,

Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) to change add the image background:
Code: Select all

body {
   background: url('http://path/to/your/image.png');
}
User avatar
Moderator

GK User
Thu Jul 09, 2015 10:00 pm
I have overrides enabled but this code does not work.

https://www.dropbox.com/s/loh9xk9s3wnuf8t/Screenshot%202015-07-09%2022.58.42.png?dl=0

There is no other way to change background? This template was designed to have only white background color?
User avatar
Fresh Boarder

GK User
Thu Jul 09, 2015 10:03 pm
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?

I've checked this solution and image background is visible on my installation.
User avatar
Moderator


cron