How to Customize an HerbalBiz Web Store

HerbalBiz provides members with an easy to installCSS-specific "language".
turn key web site set up to sell health and beautyThis is an excerpt from the default main.css file:
products across the Internet. The package has been#content h1 {font-size: 22px;font-weight: bold;color:
structured to be new user friendly and very little#336600;
technical knowledge is needed to get up and running.Times New Roman", Times, serif;margin-top:
The various reviews of the HerbalBiz package6px;margin-right: 0px;margin-bottom: 6px;margin-left:
emphasize this ease of use capability.0px;border-bottom-width: 0px;border-bottom-style:
During the site install, a web site style is chosen. Thedashed;border-bottom-color: #CCCCCC;line-height:
HerbalBiz package comes with a menu of styles to32px;padding-left: 10px;
choose from to establish the look and feel you're}
comfortable with. And while this provides mostThis chunk of CSS defines the look and feel of any
people with the level of flexibility they need, theretext that falls into an H1, or header, tag. Changing
are others who might want to do some tweaking ofany of these values in the main.css file will change
the various visual aspects of the site.the look of all H1 text in the web site. For example, if
The trick to modifying an HerbalBiz site is to have aI changed the 'font-size: 22px' line to 'font-size: 26px',
basic understanding of Cascading Style Sheets, orall my H1 text would increase in size from 22px to 26
CSS. CSS is a standard used to define the look andpx.
feel of data on a web page. Font types, sizes, andYou can do amazing things playing around with the
colors can all be defined within what is known as aunderlying CSS of a site. The various sections give
CSS stylesheet. A web site can have one or moreyou the flexibility to easily customize a site to
style sheets that define the look and feel of thewhatever look and feel you'd like just by changing
various sections.values in the stylesheet text file.
Other items that be modified via a CSS stylesheetHowever, this is not something you want to do
include:without first educating yourself on the basics of CSS.
- image positioningIt's important to understand how the various pieces
- background colorsfit together bfore going in and changing things. There
- page section sizingare many good free CSS tutorials on the web. Just
- margins, borders, and paddingsearch Google for 'CSS beginner' or something to
- link text appearancethat effect. There are also many good books
A default HerbalBiz site uses a stylesheet calledavailable as well. Expect to spend 2-3 hours coming
"main.css". This file is usually located in the rootup to speed on the basic concepts.
directory of the web site and is retrievable via anyLearning the basics of CSS is the most effective
web design or FTP program. Stylesheet files containway to customize your HerbalBiz, or any other, web
simple lines of text that are formatted in asite to reflect a look and feel that is truly your own.