Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Manufacturer Highlight

    Hi,

    I am having trouble finding where to change/add a different color to the highlight in the manufacturer sidebox. The highlight is blue by default and I want to change the highlight color. I have searched my css file for the color it is currently using and came up blank.

    How can I change this highlight color in the form?

    Thanks

    Rick

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,513
    Plugin Contributions
    126

    Default Re: Manufacturer Highlight

    Post a URL, please.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,513
    Plugin Contributions
    126

    Default Re: Manufacturer Highlight

    id="manufacturersContent"
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Manufacturer Highlight

    Yes, that is the sidebox but within that sidebox is the form and each element of the form is an option and I can't find where/how to style that "select" option.

    Thanks

    Rick

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,513
    Plugin Contributions
    126

    Default Re: Manufacturer Highlight

    You want the focus selector. The problem though is that the select statement for manufacturers doesn't give you a class or id to work with. Modify the code to change

    <select name="manufacturers_id" ...

    to

    <select name="manufacturers_id" id="mfr" ...

    then change your css to do the formatting you want, e.g.

    #mfr:focus {
    background-color: #303030;
    color: #3300FF;
    }

    Others may have a simpler solution, but this is how I would solve this problem.

    Good luck,
    Scott
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Nov 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Manufacturer Highlight

    Quote Originally Posted by swguy
    You want the focus selector. The problem though is that the select statement for manufacturers doesn't give you a class or id to work with. Modify the code to change

    <select name="manufacturers_id" ...
    Hi.

    Can't find this string and figure this out...
    Find it to be a major glitch in my color cheme with this blue highlight!...

    Any help is appreciated!

  8. #8
    Join Date
    Nov 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: Manufacturer Highlight

    Bump...

 

 

Similar Threads

  1. Highlight Current Link
    By uncharted in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Jan 2012, 04:05 AM
  2. highlight current link
    By rob222 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 14 Mar 2008, 03:24 PM
  3. Hover highlight dissapeared
    By leathereden in forum General Questions
    Replies: 2
    Last Post: 25 Nov 2007, 02:00 PM
  4. Highlight header tab
    By jahmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2007, 05:24 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