Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2009
    Location
    West Midlands, UK
    Posts
    23
    Plugin Contributions
    0

    Default Sidebox heading not highlighting

    Hi

    Not the end of the world but its bugging me.
    On my website some of the sidebox headings highlight red on mouse over but the Featured [more] box heading does not change, it should highlight red.
    If anyone can point me in the right direction as to where I can correct this it will be most appreciated
    Link to home page: www.1stopjewellery.co.uk
    Zen Cart 1.3.8a

    Thanks David

  2. #2
    Join Date
    Oct 2009
    Location
    West Midlands, UK
    Posts
    23
    Plugin Contributions
    0

    Default Re: Sidebox heading not highlighting

    Hi everyone

    Back again, so no replies to this problem posted 29 Dec 2009, thought I would give it another try!!! So anyone got any ideas how I can fix this problem please.

    Thanks

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Sidebox heading not highlighting

    Using Firebug with Firefox shows that the links in the sidebox headers on the left are using the following css:

    stylesheet.css line 1894

    Code:
    #navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited {
    color:#FFFFFF;
    font-weight:bold;
    }
    stylesheet.css line 1918

    Code:
    #navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnOneWrapper h3.rightBoxHeading a:hover {
    color:#FE6602;
    }
    ...whereas the sidebox headers on the right are using a different styling, I *think* to fix the issue you will need to add navColumnTwoWrapper into those as well, like so:

    Code:
    #navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited, #navColumnTwoWrapper h3.leftBoxHeading a:link, #navColumnTwoWrapper h3.leftBoxHeading a:visited {
    color:#FFFFFF;
    font-weight:bold;
    }
    Code:
    #navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnOneWrapper h3.rightBoxHeading a:hover, #navColumnTwoWrapper h3.leftBoxHeading a:hover, #navColumnTwoWrapper h3.rightBoxHeading a:hover {
    color:#FE6602;
    }
    Hope that helps :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

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

    Default Re: Sidebox heading not highlighting

    Code:
    #navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnOneWrapper h3.rightBoxHeading a:hover {
    color:#FE6602;
    }
    #navColumnOne holds left boxes and #navColumnTwo holds right boxes. It doesn't work to cross-reference them.
    Code:
    #navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnTwoWrapper h3.rightBoxHeading a:hover {
    color:#FE6602;
    }
    And in most cases all you really need is
    Code:
    .leftBoxHeading a:hover, .rightBoxHeading a:hover {
    color:#FE6602;
    }

  5. #5
    Join Date
    Oct 2009
    Location
    West Midlands, UK
    Posts
    23
    Plugin Contributions
    0

    Default Re: Sidebox heading not highlighting

    Ok, thank you both for your input you guided me to the place where I could see the problem on line 1918 }

    #navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnOneWrapper h3.rightBoxHeading a:hover {
    color:#FE6602;
    }

    The problem being,
    #navColumnOneWrapper h3.rightBoxHeading a:hover

    Changed the One (left hand box) to Two (right hand box) on this line, it now looks like this,
    #navColumnTwoWrapper h3.rightBoxHeading a:hover

    It all works fine now,
    Thanks again for your help

 

 

Similar Threads

  1. v138a Sidebox heading is not working
    By J9MM0 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Feb 2014, 10:27 PM
  2. v139h H1 page heading is not showing the correct title or heading
    By AvaAdorn in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Feb 2012, 01:39 AM
  3. Banner sidebox heading not changing
    By shoplittlemissk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jul 2011, 10:13 PM
  4. Highlighting required attributes when not selected.
    By KingCustom in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 7 May 2007, 07:57 AM
  5. Shipping estimator not highlighting cheapest?
    By FruitFly in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 24 May 2006, 03:27 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