Zen Cart Logo
Forums / Customization from the Admin / Link doesn't show as link on main page

Link doesn't show as link on main page

Locked

Views: 1,529

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
3 May 2008, 10:34 PM
#1
mamasylvia avatar

mamasylvia

Zen Follower

Join Date:
Feb 2008
Posts:
379
Plugin Contributions:
0

Link doesn't show as link on main page

I've added some other pages on my site as links on the main page using the Define Pages Editor. The links to other directories work fine and show up as underlined links. The links to individual pages also work fine but since they aren't underlined, visitors won't realize they are links. Why aren't they showing up as links?

3 May 2008, 11:46 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link doesn't show as link on main page

mamasylvia:

I've added some other pages on my site as links on the main page using the Define Pages Editor. The links to other directories work fine and show up as underlined links. The links to individual pages also work fine but since they aren't underlined, visitors won't realize they are links. Why aren't they showing up as links?

add the following to your
includes/templates/mystic/css/stylesheet.css

#indexDefaultMainContent a {
text-decoration: underline;
}