Changing the background
Place where you can get help, share your ideas and discuss about Bike Store shopping Wordpress theme with WooCommerce support and plugins built for product placement.
- GK User
- Sun Mar 09, 2014 11:21 pm
Is it possible to change the background for the Bike Store theme? Or at least remove the "bg_abstract.png" file from the theme so that it doesn't show on the website?
-
- Fresh Boarder
- GK User
- Mon Mar 10, 2014 7:23 am
You can disable the image, or replace it with any image. To do so
please edit: /templates/gk_bikestore/css/override.css and add at its end:
to hide this image or:
to replace it with your_custom_image.png (you need to place that file in /templates/gk_bikestore/images/ folder)
Remember to enable "CSS override" in template settings - advanced section.
please edit: /templates/gk_bikestore/css/override.css and add at its end:
- Code: Select all
body {
background-image: none;
}
to hide this image or:
- Code: Select all
body {
background-image: url('../images/your_custom_image.png');
}
to replace it with your_custom_image.png (you need to place that file in /templates/gk_bikestore/images/ folder)
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Mon Mar 10, 2014 6:20 pm
Awesome, thanks for your help
-
- Fresh Boarder
- GK User
- Mon Mar 10, 2014 6:49 pm
No problem .
If You will have any other questions, feel free to post new forum threads - it will help us answer your question faster.
If You will have any other questions, feel free to post new forum threads - it will help us answer your question faster.
-
- Moderator
4 posts
• Page 1 of 1