Zen Cart Logo

Shop appearance

Locked

Views: 530

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 May 2010, 10:58 AM
#1
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Shop appearance

Hi, ZC user :smile:
I have a small problem with defining the look of shop!

  1. I do not know how to turn off underlined links to other pages!

  2. I do not know how to turn off the link of the page:
    gv_faq
    unsubscribe

I set the picture to see what I am talking about, means that there is no underlined links and the last two links to exclude.

:blush:

11 May 2010, 11:03 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Shop appearance

Check in your stylesheet to see that the red part is there. If not, add it:

a:link, #navEZPagesTOC ul li a {
color: #3300FF;
text-decoration: none;
}

Gift Certificates are turned off in Admin - Modules - Order Total

Newsletter Unsubscribe in Admin - Configuration - Email Options

12 May 2010, 6:45 AM
#3
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Re: Shop appearance

Thenks stevesh :smile: :smile: :smile: