+ Reply to Thread
Results 1 to 3 of 3

Thread: Can't find a class item

  1. #1
    Client nwbach's Avatar
    Join Date
    Dec 2006
    Posts
    17
    Squirrelcart version
    v3.3.7

    Can't find a class item

    In the SC admin, there is a css class for "account options". This class is: sc_acct_nav_block
    For some reason I can't find it in the css files.

    I'm trying to change the font color for the words "username" and "password" that precede the form fields in the "account options" box, so I'm hoping "sc_acct_nav_block" will allow me to do this.
    where's the "any" key?

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    You won't find CSS in our stylesheets corresponding to every class attribute. The class is there so you can use it if you need to, by adding the necessary CSS to your stylesheet.

    In this case, the text "Username" and "Password" are not wrapped in any tags. You'll need to alter the account_options_nav.tpl.php template file to surround those strings with tags in order to target them directly via CSS.

  3. #3
    Client nwbach's Avatar
    Join Date
    Dec 2006
    Posts
    17
    Squirrelcart version
    v3.3.7

    !!

    Thank you Jamie. Worked perfectly.
    where's the "any" key?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts