Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default How to change the color of this item ?

    Please help...
    I've been changing colors all day but I can't solve this problem
    How do I change the color of nr.1 without changing nr. 2 & nr. 3 ?



    Sry, my english isn't that good... I'm dutch...

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?

    Quote Originally Posted by dehaan View Post
    Please help...
    I've been changing colors all day but I can't solve this problem
    How do I change the color of nr.1 without changing nr. 2 & nr. 3
    Add this following declaration to your override folder stylesheet.css

    1. .productListing-heading a {color: black;}
    2. change the color in red above to any color you like.
    Enjoy
    Mark
    Hare Do

  3. #3
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?


    .productListing-heading a:link {
    color: #ffffff;
    text-decoration: none;
    }

    .productListing-heading a:visited {
    color: #ffffff;
    text-decoration: none;
    }
    .productListing-heading a:hover {
    color: #ffccff;
    text-decoration: none;
    }
    .productListing-heading a:active {
    color: #ffccff;
    text-decoration: none;


    And it works just fine !
    Thnx !!!!

  4. #4
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?

    Great,
    Nice find in the stylesheet.css.
    Thanks for the reply back on the fix to help others on the forum too.
    Mark
    Hare Do

  5. #5
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?

    Hi - I came across this post and am having similar issues. On the Search Results page, how can I change the color of the headings that read "manufacturer", "model", and "item name"?

    I do understand that these are hyperlinks and the default is blue however my background bar is blue and I cant see the words so i need to change them to white.....the catch is to not make all the other links on the page white.

    ...and which css file to edit?

    I appreciate any advise!


  6. #6
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?

    Use your view source to find the ID or class associated with the links you want to change.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  7. #7
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?

    Thanks for the post.

    I am looking at my css file but cant seem to locate what the correct line is to edit.

    Here is a pic of what i am attempting to change:



    Needing to change the blue hyperlinks to white (hyperlinks).


  8. #8
    Join Date
    Mar 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: How to change the color of this item ?

    Hi,

    In my situation the changes I made had effect to all items in the ProductListing-heading.

    Try to fix the problem by adding the follolwing Css to includes/templates/classic/css/stylesheet.css


    .productListing-heading a:link {
    color: #ffffff;
    text-decoration: none;
    }

    .productListing-heading a:visited {
    color: #ffffff;
    text-decoration: none;
    }
    .productListing-heading a:hover {
    color: #ffccff;
    text-decoration: none;
    }
    .productListing-heading a:active {
    color: #ffccff;
    text-decoration: none;
    }




    I pasted mine below the last definition in the stylesheet.css

    My problem was that if I changed the follwing definitions ALL links were white.... on a white background....

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

    a:visited {
    color: #ffcc00;
    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: #ffccff;
    }

    a:active {
    color: #ffccff;
    }



    Don't forget to backup the original stylesheet.css first in case you the stylesheet...
    Last edited by dehaan; 26 Mar 2008 at 10:45 PM. Reason: mistaken css-folder location
    [FONT="Impact"][FONT="Franklin Gothic Medium"]My knowledge of the english language is'nt very good... Please be patient with me... [/FONT][/FONT]

 

 

Similar Threads

  1. How to change backround color of item title only
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Jan 2013, 12:19 AM
  2. v139h Change color of navigation item in the list
    By In2Deep in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jun 2012, 05:45 AM
  3. how do i change the color of this text?
    By Michael Chia in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jul 2010, 06:35 PM
  4. Replies: 1
    Last Post: 27 Mar 2010, 06:33 PM
  5. how to change the font color of this one?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 8 Apr 2007, 04:17 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR