|
Customizing
There are two sections to use to customize your Photo Cart.
Style Settings
Settings > Style Settings
The style settings sets the colors and fonts for your Photo Cart. (technically
it takes the values here to create the CSS on the fly). In this style settings
you can also create different templates and add these templates to galleries when
editing or creating a new gallery.
Most of the fields are color fields. You will want to use the hexadecimal color
codes in a format like: #FFFFFF (#FFFFFF is white). When entering these codes
be sure you add the # sign in front of it.
You can get these color codes from image editing programs like PhotoShop by using
the color palettes or do a search for “hexadecimal color charts”.
Header & Footer
Settings > Header & Footer
The Header & Footer are sections above and below the Photo Cart pages for
you to insert HTML to customize the pages. You can code in stuff like a logo and
links to other parts of your website.
Help on adding a logo
To add your logo you will need to edit the "Settings > Website Header & Footer"
in the admin. This section is for HTML above and below the Photo Cart pages.
To add a logo you will need to first upload your logo file to your Photo Cart
folder on your website. Then add the HTML to make the logo display.
For example, you will replace where it by default has "Photo Cart" in the header
section with:
<img src="my-logo.jpg">
The my-logo.jpg will be the name of your logo file you uploaded. This is CaSe
SeNsItIve. The <img src=""> is what makes it display on the website.
For information on basic HTML you can try to search google for basic html tags.
|