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

    css problem CSS configuration asistance need

    Hi
    I just wanted to know if someone can help to customize css or maybe is something else
    first the site link is http://www.aincomputers.com and if u will click on a category u will see the producs titles clor is white i whould like to change the product title color and to give it a bold format that our clients to make the diference betwen title and description.

    I have try to edit some css but i didn`t solve the problem may someone help me and tell wich one i need to edit ?

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

    Default Re: CSS configuration asistance need

    If you get the Firebug and Developer Toolkit plugins for firefox browser, you can load a page and "unpick" its elements - including the DIV style ID's and Classes.

    In this way you can find the ID / CLASS relating to an element and do an "offline" edit to change/correct a style.

    see w3schools.com for CSS tutorials.
    20 years a Zencart User

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

    Default Re: CSS configuration asistance need

    I just loaded your site in Firefox and used Firebug as described.

    I see that the element is called .itemTitle...

    So if you ADD THIS to the bottom of stylesheet.css

    .itemTitle a {color:#ff0000; text-decoration:none;}

    .itemTitle a:hover {color:#ff00ff; text-decoration:none;}


    You will get the effect you want. Change the HEX COLOR CODES as desired. Mine are RED and PURPLE
    20 years a Zencart User

 

 

Similar Threads

  1. Need CSS Help- Where's My Css Friend?? :)
    By Kaniki in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Dec 2010, 06:14 AM
  2. Need help on shipping configuration
    By vitalwares in forum General Questions
    Replies: 2
    Last Post: 28 Jun 2008, 06:16 PM
  3. I need help on shipping configuration, please
    By Kruna in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 12 Sep 2006, 12:38 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