Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Changing Ezpage link color

    Okay, heres the issue, I changed the ezpage link color from purple to pink.. however, they are not being changed on the site.. I don't know if the style is being pulled from somewhere else or what? But when I inspect the element, it still says its purple..


    site is as follows

    http://www.shopyourstrulee.com/shop/...index&cPath=86

  2. #2
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Changing Ezpage link color

    Have a look in your includes/templates/cold_steel/css/stylesheet.css
    and change the color here:

    #navEZPagesTop a (line 299)

    {

    padding-top: 0px;

    padding-bottom: 0px;

    padding-right: 0px;

    padding-left: 50px;

    color: #990099;

    font-weight: bold;

    text-transform: uppercase;

    }
    That should make it...

  3. #3
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Changing Ezpage link color

    I did that, and it didnt change.. thats the problem

  4. #4
    Join Date
    Aug 2009
    Posts
    59
    Plugin Contributions
    0

    Default Re: Changing Ezpage link color

    Try to change it here also

    #navEZPagesTop (line 285)
    {
    margin: 1em auto 0 auto;
    padding-top:5px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width: 917px;
    height: 30px;
    line-height: normal;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #990099;

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Changing Ezpage link color

    If you mean the links in the footer, it's here:

    #navSupp ul li a {
    margin: 0;
    padding: 0 0.5em 0 0.5em;
    text-decoration: none;
    font-weight: lighter;
    color: #666;
    white-space: nowrap;
    background: transparent;
    }

  6. #6
    Join Date
    Dec 2010
    Posts
    37
    Plugin Contributions
    0

    Default Re: Changing Ezpage link color

    No, the problem is I changed it in the CSS, and it WON'T change.. in fact, I actually deleted my stylesheet to see what it would do, but it actually, did nothing..

 

 

Similar Threads

  1. Changing link color
    By commdiver in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 3 Jan 2011, 05:16 AM
  2. Changing HTML Link Text Color
    By Horrific_ending in forum General Questions
    Replies: 2
    Last Post: 13 Sep 2010, 06:20 PM
  3. changing link color in sidebar header
    By dudemaaan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Feb 2010, 10:00 PM
  4. changing font color of ezpage links in top header
    By circlegtractors in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 13 Jun 2009, 10:40 PM
  5. this has to be easy... EZpage link color....
    By khopek in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2006, 01:55 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