PDA

View Full Version : Thematic BLUE background


Kash
04-30-2007, 07:23 PM
How can I remove the clouds background? I have tried to remove this from the header but it leaves a white background :confused:
<div class="header2-right">&nbsp;</div>

Dave Baker
04-30-2007, 08:42 PM
Welcome to our forum Kash,
Replace your templates/Thematic_BLUE/header.tpl with the attachment file from my post.
Then, open templates/Thematic_BLUE/css/style.css and find code:

div.search-box
{
position: absolute;
margin-left: 193px;
top: 250px;
background-color: #1B3C7C;
height: 43px;
width: 514px;
padding: 0;
}

replace with:

div.search-box
{
position: absolute;
margin-left: 193px;
top: 92px;
background-color: #1B3C7C;
height: 43px;
width: 514px;
padding: 0;
}

Save changes

Kash
04-30-2007, 10:25 PM
Great Thanks

One more question below the Site title how do i remove the word eSyndicat directory software

Greg
04-30-2007, 11:34 PM
Great Thanks

One more question below the Site title how do i remove the word eSyndicat directory software
Please see here:
http://www.esyndicat.com/forum/post60074-7.html

nmiller666
09-25-2007, 02:01 PM
Is there a way to extend the header2 image so that it goes across the length of the page. Currently I have the image and there is a blue block on the left hand side. I would like to remove that blue block and have the image fill that entire area. Can this be done?

http://www.maui-island-activities.com/

Dave Baker
09-26-2007, 05:27 AM
Hello nmiller666,
***Open templates\Thematic_BLUE\css\style.css and find code***

div.header2-left
{
float: left;
width: 190px;
height: 155px;
background-color: #587DBB;
}
div.header2-right
{
float: left;
width: 707px;
height: 155px;
margin-left: 3px;
background: #E5E5E5 url('../img/header2.jpg') no-repeat top left;
}

***Replace with***

div.header2-left
{
}
div.header2-right
{
float: left;
width: 900px;
height: 155px;
background: #E5E5E5 url('../img/header2.jpg') no-repeat top left;
}

***Save file***

Create an image with the size 900x155 px and replace "header2.jpg" in templates\Thematic_BLUE\img\ with your new image.