Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Posts
    90
    Plugin Contributions
    0

    Default Changing HTML Link Text Color

    Well we have looked and can not find it, maybe we are searching in the wrong place, but hope someone can help us out.

    If you notice in the link below, our product description is pretty heavy but also carries some HTML text, the only problem is since day one of this template, all our text that is HTML is in Black color instead automatically being Blue like in the normal setup.


    http://www.venomousstangz.net/index....roducts_id=254


    Can someone help us out in changing this back to normal. Any help is appreciated.


    Thanks in advance.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Changing HTML Link Text Color

    Quote Originally Posted by Horrific_ending View Post
    Well we have looked and can not find it, maybe we are searching in the wrong place, but hope someone can help us out.

    If you notice in the link below, our product description is pretty heavy but also carries some HTML text, the only problem is since day one of this template, all our text that is HTML is in Black color instead automatically being Blue like in the normal setup.


    http://www.venomousstangz.net/index....roducts_id=254


    Can someone help us out in changing this back to normal. Any help is appreciated.


    Thanks in advance.
    open includes/templates/nightfall/css/stylesheet.css

    find the following and change the color:#000000; to whatever you color you choose.

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

    a:visited {
    color: #000000;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #0000FF;
    }

  3. #3
    Join Date
    Oct 2009
    Posts
    90
    Plugin Contributions
    0

    Default Re: Changing HTML Link Text Color

    Quote Originally Posted by clydejones View Post
    open includes/templates/nightfall/css/stylesheet.css

    find the following and change the color:#000000; to whatever you color you choose.

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

    a:visited {
    color: #000000;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #0000FF;
    }


    Great, that worked out pretty good, but now it seems to have affected all the text on the website that is a link. We will see if it can be figured out unless you might have some input.

    Thanks for the help though, greatly appreciated.

 

 

Similar Threads

  1. Changing Ezpage link color
    By valansi in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 30 Apr 2011, 03:05 AM
  2. Changing link color
    By commdiver in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 3 Jan 2011, 05:16 AM
  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 Center Box Product Link Text Color
    By Craig Robbo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2008, 01:03 PM
  5. Changing text color in sidebox
    By bullseye in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Oct 2007, 06:54 PM

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