Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2007
    Posts
    24
    Plugin Contributions
    0

    Default CSS help needed with stock template.

    I am trying to get the links in my side boxes to have the same effects. One set of links turns bold when selected while the other sets of links turn red when highlighted but do not change color when selected.

    You can see my project here: http://overnetusa.com/v2

    I would like to get all of the links on my sideboxes to turn red when highlighted and bold when selected.


    Thanks,
    Jim

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: CSS help needed with stock template.

    To make the "Services" (categories) turn red on hover:

    a.category-top:hover {color: #ff0000;}

    Making the other links bold when selected is more of a job. There is not a mechanism available in the base code for that.
    You could test for $current_page_base == 'whatever' and insert a new class if the link being processed for display matches, in the appropriate sidebox tpl file.

    P.S. - This is what the breadcrumbs are good for, and disabling them makes it that much harder for your customers to know where they are on your site.
    Last edited by gjh42; 2 Jul 2007 at 11:19 PM.

  3. #3
    Join Date
    Mar 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: CSS help needed with stock template.

    Thanks for the help. That gets me half way there.

    Much appreciated,
    Jim

 

 

Similar Threads

  1. v150 Ebony & Ivory Template - CSS Help Needed
    By SPH in forum Addon Templates
    Replies: 4
    Last Post: 27 Sep 2012, 12:22 AM
  2. Newbie needed help with the Template integration?
    By vedavyas govardhanam in forum General Questions
    Replies: 1
    Last Post: 28 Oct 2009, 06:47 AM
  3. More CSS help needed for template 12541
    By neighbornick in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Jun 2009, 01:21 AM
  4. Help Needed with Template Install
    By affordablewebs in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 May 2009, 11:48 PM
  5. Help needed with CSS on Shopping Cart
    By Steven300 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Mar 2009, 07:47 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