Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Posts
    3
    Plugin Contributions
    0

    Default Changing CSS styles

    I have done a lot of research and can’t find the answer to my problem. Using the picture below for reference how can I change the CSS style for the sorting options (circled in red) to the CSS style circled in green? My active links are #0000FF for the white background but I need the darker background to have light text so it matches the other headlines. My shopping cart link is below if needed. Hopefully this makes sense and thanks for any help.

    http://www.progeckos.com/catalog


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

    Default Re: Changing CSS styles

    Add this to your stylesheet.css file and adjust as desired
    Code:
    .productListing-heading a:link {
            color: #ffffff;
            }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Changing CSS styles

    Awesome! Thank you very much.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Changing CSS styles

    Use Firefox Browser with the Web Developer Toolkit plugin. This will help you identify all sorts of elements driving your web pages, and will show you (amongst other things) the style ID's and CLASSES associated with specific elements.

    Within a couple of seconds you can find an element's style, and then (using the web developer off-line editor) try out various css options to see what your element will look like once the required change is committed to the stylesheet(s) on the server.

    This tool (FF Web Developer Toolkit) is one of the most useful bits of kit you can have...
    20 years a Zencart User

  5. #5
    Join Date
    Jul 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Changing CSS styles

    Wow... thanks! That's an incredibly useful plugin. I wish I knew about it a few weeks ago and it would have saved me a lot of time and headache.

 

 

Similar Threads

  1. Replies: 16
    Last Post: 6 Jun 2013, 06:03 AM
  2. changing sub-category styles
    By adamsmith1 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Oct 2009, 11:58 PM
  3. CSS styles won't load after installing
    By jaycode in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jun 2007, 01:18 PM
  4. An explanation of how css works - styles that aren't actually there.
    By budfox in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Mar 2007, 09:03 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