Author |
Topic  |
|
Mark Priest
VP-CART Expert
  
United Kingdom
580 Posts |
Posted - June 27 2015 : 08:28:57
|
Is it possible to specify a colour or image page background either side of the main section (a bit like this forum)
Regards,
Mark |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - June 29 2015 : 06:14:48
|
you can do this:
in basic-style.css file locate
/* CONTAINER SECTIONS */ .sidebarcell, .main-content, .main-product, .main-news, .main-blog, .main-freetext, .main-product, #shopcustomer, .vp_topheader_upper /* MID HEADER CONTAINER CLASS */, .megamenu /* for horo menu */ { background-color: #ddd;
take out the .sidebarcell and create new rule for sidebar
then create this
.sidebarcell { background-color: #ddd; }
this will change the sidebar bg color, and if you want to change it with image, use this
background-image: url(your_image_location.jpg);
*serj* |
 |
|
Mark Priest
VP-CART Expert
  
United Kingdom
580 Posts |
Posted - June 29 2015 : 09:08:18
|
Cheers Serj
Regards,
Mark |
 |
|
support
Administrator
    
4679 Posts |
Posted - July 09 2015 : 17:34:15
|
Hi Mark
I haven''t tried Serjs change but we have tweaked the code in 8.00.9 to easily allow you to have a different background.
We are beta testing 8.00.9 now and it should be good for release next week.
Thanks
Cam Flanigan VPCart Support |
 |
|
Sharon
VP-CART Super User
 
357 Posts |
Posted - July 24 2015 : 05:49:47
|
quote: Originally posted by support
Hi Mark
I haven''t tried Serjs change but we have tweaked the code in 8.00.9 to easily allow you to have a different background.
We are beta testing 8.00.9 now and it should be good for release next week.
Thanks
Cam Flanigan VPCart Support
Hi Cam,
How is background changed in 8.00.9 ? |
 |
|
diegomilito
VP-CART Expert
  
Argentina
779 Posts |
Posted - August 27 2015 : 08:04:59
|
i use 80010.2 and i think it should be same logical what serj has giving.. but i just not yet trying myself in my site.. how about waiting serj confirm ? diego |
 |
|
Sharon
VP-CART Super User
 
357 Posts |
Posted - August 27 2015 : 08:18:09
|
quote: Originally posted by diegomilito
i use 80010.2 and i think it should be same logical what serj has giving.. but i just not yet trying myself in my site.. how about waiting serj confirm ? diego
I was wondering what changes had been made to make it easier. |
 |
|
support
Administrator
    
4679 Posts |
Posted - August 27 2015 : 23:20:38
|
Hi Sharon,
Try changing the background colour in the body class in the basic-style.css file.
You will see how now in the latest version you can easily change the background colour by changing one setting.
body { background-color: #fff; color: #777; }
Try changing to:
body { background-color: #ccc; color: #777; }
Thanks
Cam Flanigan VPCart Support
|
 |
|
Sharon
VP-CART Super User
 
357 Posts |
Posted - September 28 2015 : 06:35:24
|
I put a background image on my body. All worked well except that it showed through on the tell a friend tab. For some reason .tell_friend_text_tab didn''t have a background colour in main-responsive.css. |
 |
|
ryo_best
VP-CART New User

90 Posts |
Posted - October 10 2015 : 04:11:20
|
Sorry if i''m wrong, have you try to change it in tellfriend.css ? |
 |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - October 12 2015 : 19:40:49
|
@sharon
try to edit main-responsive.css file:
.tell_friend_text_tab { width: 100%; padding: 10px; background-color: #fff; /*add this */ }
*serj* |
 |
|
|
Topic  |
|