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
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;
}
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;
}
Play with your footer.tpl in catalog/view/theme/YOURTHEME/template/common/ folderchad wrote: Do you know how to put my own text in the footer ?
and footer.php in catalog/language/english/common/ folder
don't forget to edit footer div1 and div2 in stylesheet.css if needed

Who is online
Users browsing this forum: No registered users and 3 guests