How Do I Change The Rigged Line(See Attachment)

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Sat Apr 14, 2012 12:10 am
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.
User avatar
Platinum Boarder

GK User
Mon Apr 16, 2012 2:49 am
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
User avatar
Platinum Boarder

GK User
Mon Apr 16, 2012 3:00 am
:D I could also use the css file adjustment as well. I have dreamweaver CS5.5





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
User avatar
Platinum Boarder

GK User
Mon Apr 16, 2012 3:22 pm
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
User avatar
Platinum Boarder

GK User
Mon Apr 16, 2012 3:28 pm
Ok thank you so much. :D




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
User avatar
Platinum Boarder


cron