Hello,
I want to change the rigged line in the attachment to a smooth straight line, how or where do I go to do so.
Seichinha wrote:Hi
Normally i would help you by providing some css instruction to remove this background, but in this case the easy way to achieve what you need is to rename the following images from the template directory:
../images/style1/bottom_bg.png
../images/style2/bottom_bg.png
../images/style3/bottom_bg.png
Rename (i.e.) as _bottom_bg.png
Cheers
#gkBg { background: url('../images/style1/pattern_bg.jpg') repeat 0 0; background: url('../images/style1/bottom_bg.png') repeat-x 0 bottom, url('../images/style1/main_bg.jpg') no-repeat center top, url('../images/style1/pattern_bg.jpg') repeat 0 0; }
Seichinha wrote:That's not the reason
For example, on style1.css file:
- Code: Select all
#gkBg { background: url('../images/style1/pattern_bg.jpg') repeat 0 0; background: url('../images/style1/bottom_bg.png') repeat-x 0 bottom, url('../images/style1/main_bg.jpg') no-repeat center top, url('../images/style1/pattern_bg.jpg') repeat 0 0; }
If we remove background from this block, it will also remove pattern
Cheers