Does anyone know how I can change the background on the new product and specials section itself and not just the product background? The boxes are all uneven.
http://www.dirtypirateclothing.com/cart
Does anyone know how I can change the background on the new product and specials section itself and not just the product background? The boxes are all uneven.
http://www.dirtypirateclothing.com/cart
Also how can I change the placement of subcategory images, I'm not sure what I did but suddenly they are all in a single row!
Thank you!!!!
Vt,
Locate this:
includes/templates/purpleshades/css/stylesheet.css
Create a new element to the sheet!
For an image following instructions below
- #whatsNew {
background-image:url(../images/your_image.jpg);}- The red font above is the image name you want
- use your ftp program to upload this new image to
- includes/ templates/ purpleshades/ images
For a backgound color change?
1. #whatsNew {background-color: pink;}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you! I just tried that however it didnt seem to do anything![]()
I have already changed the background for each product to white however because some of the products vary in size there are gaps in between them and they are not evenly aligned.
I am not sure where I change the whole new products and specials sections themselves and not just the individual products.