Hi,
I have installed column layout grid for Zen Cart 1.3.8a and i want to change the background color within the column and cannot find the style in the style sheet ?
Can anyone help please.
Site - bellarico .co .uk
Thanks Che
Hi,
I have installed column layout grid for Zen Cart 1.3.8a and i want to change the background color within the column and cannot find the style in the style sheet ?
Can anyone help please.
Site - bellarico .co .uk
Thanks Che
Look for this in your stylesheet:
Add this below it. It should change the area around the images blue (just to be obvious). Adjust the color to your liking.Code:.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents { border: 1px solid #ebebeb; height: 230px; margin: 5px 5px 0 0 !important; padding: 10px 10px 5px; width: 186px !important; text-align: left !important; background-color: #ffffff; }
Code:.centerBoxContentsNew { background-color: #0000ff; }
Hi,
thanks for your reply, but this did not work , heres the page where i need the bg white on the column layout grid - http://www.bellarico.co.uk/summer-sale-c-68
Regards Che
Ok, I think I got it now.
Look for this in your stylesheet and add the text in red:
Code:.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .specialsListBoxContents, .centerBoxContentsProducts { border: 1px solid #ebebeb; height: 230px; margin: 5px 5px 0 0 !important; padding: 10px 10px 5px; width: 186px !important; text-align: left !important; background-color: #ffffff; }
Hi,
Thanks that worked, I added own its own has i need to have it a little different, just need to get the add to show within the box.
Once again thanks Che