Post by chad » Fri Jan 22, 2010 10:48 pm

Hi
I am trying to alter the default template for this site I am making. There are three areas I need advice - please see my screengrab attached.

A - need padding on this bit
B - I need to change the backgrounds in Categories, Brands, Information, Shopping cart, and in the centre section if thats possible.
C - the centre part of the footer is adopting the page bg colour, it needs to be dark blu like the container of the page.

Any help is greatly appreciated.
Thanks in advance
RIchard

Attachments

screengrab.png

screengrab.png (214.91 KiB) Viewed 993 times


New member

Posts

Joined
Mon Nov 02, 2009 11:48 pm
Location - Geordieland

Post by bebaspromo » Sat Jan 23, 2010 2:46 am

Hi Chad,

simply open your stylesheet.css :

A.
Padding for Search, line 141 (default stylesheet.css)
#search {
padding-top: 7px;
padding-left: 5px;
color: #FFF;
font-weight: bold;
}

For breadcrumb, put padding-left: ??px; in
#breadcrumb {
float: left;
padding-top: 7px;
padding-bottom: 11px;
height: 13px;
margin-bottom: 10px;
color: #999;
}

For languanges & Currencies Selector : Put padding-right: ??px; in

#header .div7 {
float: right;
padding-top: 2px;
}

B. to change the BOX backgrounds,

.box .middle {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
background: #FFFFFF;
padding: 10px;
}

C. Footer Background Color

#footer {
width: 100%;
height: 30px;
clear: both;
padding-top: 5px;
border-top: 1px solid #DDDDDD;
background:#YOUR COLOR CODE;
}

User avatar
Active Member

Posts

Joined
Tue Dec 22, 2009 9:14 pm

Post by chad » Sat Jan 23, 2010 5:28 am

Thanks Bebasspromo

Will work through these tomorrow, when I have woken up again!!

Do you know how to put my own text in the footer ?

Regards
Richard

New member

Posts

Joined
Mon Nov 02, 2009 11:48 pm
Location - Geordieland

Post by bebaspromo » Sat Jan 23, 2010 7:16 am

chad wrote: Do you know how to put my own text in the footer ?
Play with your footer.tpl in catalog/view/theme/YOURTHEME/template/common/ folder
and footer.php in catalog/language/english/common/ folder

don't forget to edit footer div1 and div2 in stylesheet.css if needed ;)

User avatar
Active Member

Posts

Joined
Tue Dec 22, 2009 9:14 pm
Who is online

Users browsing this forum: No registered users and 3 guests