Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2008
    Posts
    94
    Plugin Contributions
    0

    Default Basic CSS Help With My Store

    Hey,

    I have some questions with the CSS of my site. If you need to take a look my url is http://nnforyou.com.

    1. How to add a divider under every link in my ezpages sidebox?

    2. How to change the font of just the header ezpages links?

    3. How to change the font of the footer ezpages links?
    Last edited by neighbornick; 29 Mar 2009 at 03:10 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Basic CSS Help With My Store

    You have this in your stylesheet
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #ffffff;
    	text-decoration:none;
    	font-size:12px;
    	font-weight:bold;
    	}
    Change it to this:
    Code:
    a:link {
    	color: #ffffff;
    	text-decoration: none;
    	font-size:12px;
    	font-weight:bold;
    	}
    
    #navEZPagesTOC ul li a {
    	color: #ffffff;
    	text-decoration: underline;
    	font-size:12px;
    	font-weight:bold;
    	}
    Last edited by kobra; 29 Mar 2009 at 03:14 PM.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Basic CSS Help With My Store

    Quote Originally Posted by neighbornick View Post
    Hey,

    I have some questions with the CSS of my site. If you need to take a look my url is http://nnforyou.com.
    1. How to add a divider under every link in my ezpages sidebox?

    2. How to change the font of just the header ezpages links?

    3. How to change the font of the footer ezpages links?
    Ne,
    A great tool to find a few of these problems is Moxilla Firefox browser with the add on called Firebug

    1. Absolutely free to use and a excellent web building tool
    2. Locate this:
    3. includes/templates/classicx/css/stylesheet.css
    4. Find the following elements below in the .css
    5. #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
      background-color:#A4481F;
      border-bottom:3px solid #C0C0C0;
      color:#FFFFFF;
      height:50px;
      margin-left:10px;
      width:730px;
      }
    6. just add:
    7. font-size: 1.2em;
    8. play with the 1.2, I used that for an example

 

 

Similar Threads

  1. v154 Store Gone Loopy! Shows Up With No Theme, Only Basic HTML
    By Blenderite in forum General Questions
    Replies: 3
    Last Post: 25 Sep 2015, 05:28 PM
  2. Some Basic CSS Help
    By neighbornick in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Mar 2009, 07:43 AM
  3. Basic Problems - need help with config
    By rhys100 in forum Basic Configuration
    Replies: 0
    Last Post: 5 Dec 2006, 08:05 AM
  4. Help with a basic page
    By spencerdavies in forum Basic Configuration
    Replies: 2
    Last Post: 29 May 2006, 02:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg