Hello,
How to remove the image below each sidebox? I have worked on stylesheet. Seems not working....
lina
Hello,
How to remove the image below each sidebox? I have worked on stylesheet. Seems not working....
lina
url please!
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
I don't see an image on the bottom of the sideboxes of thesbeaty.com.
In loveinrose.com
Look at this in stylesheet.orginal.css
.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
background-color: #ffffff;
background-image: url(../images/sidebox.jpg);
margin-bottom: 3px;
}
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
Hello,
The site is www.thesbeauty.com
Yes, I changed the Stylesheet, so there is no image at the bottom of each sidebox, but you can still see there is a blank space below each side box. How to get rid of them? Thank you!
Lina
I see it the rose site.
That's a function of the background repeating. So you need to search for background-repeat: repeat-y;
Replace background-repeat: repeat-y;
background-repeat: no-repeat;
Well,
I don't think my solution is the right one now.
How did you get it to show up in the first place? There's a tutorial in the help section that shows how to place an image, maybe that will help you find the solution you need.
Try this:
.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
line-height: 125%;
padding: 4px;
border-top: 1px solid #dcdcdc;
border-bottom: 0px solid #dcdcdc;
}
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
That's one crazy rabbit!
Good job!
Hello, haredo:
It is working!! Thank you very much!
Thank you to you, birdoasis, for your valuable help too!
Lina