Borders

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
25 Nov 2008, 02:00
#1
wiccan0974 avatar

wiccan0974

New Zenner

Join Date:
Jul 2008
Posts:
73
Plugin Contributions:
0

Borders

I can't get the borders to show on the main page. The borders I am talking about are the ez-pages nav borders (top and bottom border for "newsletters & documents")...also the border below the Main Heading is missing and the top and bottom border for the top horizontal navigation.

At the bottom of the page, the borders are also missing from the footer and the link to the home page.

The link to my site is www.thecrookedpath.net

Any help is appreciated.

PS. the background colour is e6ffcd and the border colour is 669933 and I have made sure all the border colours are named as 669933 in the stylesheet.css
25 Nov 2008, 04:50
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Posts:
6,171
Plugin Contributions:
0

Re: Borders

wiccan0974:

I can't get the borders to show on the main page. The borders I am talking about are the ez-pages nav borders (top and bottom border for "newsletters & documents")...also the border below the Main Heading is missing and the top and bottom border for the top horizontal navigation.

At the bottom of the page, the borders are also missing from the footer and the link to the home page.

The link to my site is www.thecrookedpath.net

Any help is appreciated.

PS. the background colour is e6ffcd and the border colour is 669933 and I have made sure all the border colours are named as 669933 in the stylesheet.css


Wi,
Locate this:
includes/templates/classic/css/stylesheet.css

Find this:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #cdffcd;
background-image: url(../images/tile_back.gif);
padding: 0.5em 0.2em;
font-weight: bold;
color: #ffffff;
height: 1%;
border: 2px solid #669933;
}

  1. add the red font above to the declaration

You need to step back and search in the tab on the top of this page Tutorials/Faqs

  1. Do a search on the override system
  2. Very, Very helpful on the next zen cart upgrade
27 Nov 2008, 00:03
#3
wiccan0974 avatar

wiccan0974

New Zenner

Join Date:
Jul 2008
Posts:
73
Plugin Contributions:
0

Re: Borders

Awesome!! :clap:

No wonder I couldn't find the section to fix...lol...IT WASN'T THERE

Thank you sooo much :hug:
27 Nov 2008, 00:20
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Posts:
6,171
Plugin Contributions:
0

Re: Borders

Wi,
You are most welcome, glad I could assist you..