All Posts, Build a Niche Store, HTML and CSS
Basic BANS Customization with CSS
April 7, 2009 by Shane Isaacs · Leave a Comment
The most asked question I ever receive is How do I change the colors?!?!. Build a Niche Store works the same as Joomla, WordPress and etc when it comes to Basic Styling. The design is built off of a CSS Style Sheet. Learning the basics of using and working with CSS will go along way when it comes to working with different platforms on the internet.
This area provides some basic BANS Customization Tips through Css. We will walk through many of the most common Build a Niche Store styles and what needs to be changed.
Please Select one of the following to get started:
- Change Background Borders and Colors
- Edit the Sitename in the Header
- Remove the Sitename from the Header
Change Background and Border Colors
- Page Background
- Page Border
- Body Background
- Searchbox
- Sidebar Nav Menu
- Sidebar Headings
- Sidebar Links
- Sidebar Hover
- Main Content Area
- Footer
background-color: #ffffff;
margin: 0px;
padding: 10px;
width: 782px;
border-style: solid;
border-color: #CACACA;
border-width: 1px;
display: block;
}
background-color: #ffffff;
margin: 0px;
padding: 10px;
width: 782px;
border-style: solid;
border-color: #CACACA;
border-width: 1px;
display: block;
}
background-color: #dddddd;
}
padding: 12px;
margin-top: 10px;
background-color: #efefef;
color: #333333;
font-family: Arial;
font-size: 12px;
border-style: solid;
border-color: #dddddd;
border-width: 1px;
text-align: left;
}
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
float: left;
width: 175px;
background-color: #f8f8f8;
text-align: left;
border-style: solid;
border-color: #dddddd;
border-width: 1px;
}
padding: 6px;
margin: 0px;
display: block;
color: #333333;
font-family: Arial;
font-size: 13px;
display: block;
text-decoration: none;
background-color: #dcedf5;
border-style: solid;
border-color: #dddddd;
border-width: 0px 0px 1px 0px;
}
background-color: #f8f8f8;
padding: 3px;
margin: 0px;
color: #333333;
font-family: Arial;
font-size: 12px;
display: block;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
border-style: solid;
border-color: #dddddd;
border-width: 0px 0px 1px 0px;
}
background-color: #efefef;
padding: 3px;
margin: 0px;
color: #333333;
font-family: Arial;
font-size: 12px;
display: block;
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
border-style: solid;
border-color: #dddddd;
border-width: 0px 0px 1px 0px;
}
width: 574px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
padding-right: 10px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #f8f8f8;
border-style: solid;
border-color: #dddddd;
border-width: 1px;
text-align: left;
}
width: 968px;
height: 30px;
clear: both;
background-color: #dddddd;
border-style: solid;
border-color: #CACACA;
border-width: 1px;
}
Change Sitename Parameters
font-size: 26px;
letter-spacing: -1.5px;
font-weight: bold;
padding: 110px 10px 10px 12px;
text-align: left;
text-transform: uppercase;
text-decoration: none;
color: #1f4983;
}
/* Logo Site Name End */
Remove Default Sitename
<div class=”headerimg”>
<h1 id=”title”>
<a href=”<?php print URL_PATH.”/”;?>”> <?php print SITENAME.”";?></a>
</h1>
</div>
Originally written by Niche Store Market Admin Pip.




















Link to this page


Name: Shane Isaacs
