Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Need to change manufacturer side box, not normal side box

    Hello

    I have been traying to find where to customize the look of the manufacturer side box

    I know how to change normal side boxes, but manufacturer has a thing in side that i can find it anywhere.

    need to change the background color to black and letter to light gray, and change the color of the border

    I change the name of manufactured to artist o artista

    see attached picture please

    thank you

    the store:

    www.nomo.cl
    Attached Images Attached Images  

  2. #2
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Need to change manufacturer side box, not normal side box

    Somebody?

  3. #3
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Need to change manufacturer side box, not normal side box

    Come on guys

    please


  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Need to change manufacturer side box, not normal side box

    I'm surprized you didn't know this one?

    All you need to do is alter the CSS selectors for the area you are working with.

    <div id="manufacturersContent" class="sideBoxContent centeredContent">

    ...

    </div>

    That's where "I" would start and then adjust whatever I need within that DIV, to get the look I want.

    I could be wrong but then again, it's the best reply so far.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,155
    Plugin Contributions
    11

    Default Re: Need to change manufacturer side box, not normal side box

    The problem here is that you are messing with a form versus just a box.

    You may need to create a new call in the css for

    #manufacturersContent form {
    background-color: #000000
    etc.
    }

    Don't forget that there are many forms and many parts to each form. Select and Input are two that come to mind.

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Need to change manufacturer side box, not normal side box

    I just had a look at the default CSS file and noticed there is no selector for: manufacturersContent -- could that be what was confusing you, paha?

    There are many such selectors listed in the HTML output but not listed in the CSS file. This gives you the opportunity to create your own.

    i.e.

    #manufacturersContent {
    color:#666;
    background:#000;
    }

    Or use the selector ID mentioned by dbltoe.

  7. #7
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Need to change manufacturer side box, not normal side box

    Thank you guys I will try that

    Let see what happen

  8. #8
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Need to change manufacturer side box, not normal side box

    Well is not working

    Try it with both ways and nothing happen

    mmm

    any ideas

    thanks

  9. #9
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Need to change manufacturer side box, not normal side box

    Quote Originally Posted by Website Rob View Post
    I'm surprized you didn't know this one?

    All you need to do is alter the CSS selectors for the area you are working with.

    <div id="manufacturersContent" class="sideBoxContent centeredContent">

    ...

    </div>

    That's where "I" would start and then adjust whatever I need within that DIV, to get the look I want.

    I could be wrong but then again, it's the best reply so far.
    ups didn´t do this
    where i SHOULD INSERT THAT DIV?
    i am a litle bit lost
    Last edited by paha; 11 Jul 2008 at 08:56 PM.

  10. #10
    Join Date
    Mar 2008
    Posts
    100
    Plugin Contributions
    0

    Default Re: Need to change manufacturer side box, not normal side box

    well if found it

    the following lines change all the forms on the site, search, currency, manufacturer,
    search options

    from line 94
    Code:
      FORM, SELECT, INPUT {
    	display: inline;
    	font-size: 1em;
    	margin: 0.1em;
    	background:#000000;
    	color:#FFFFFF;
    	}
    
    TEXTAREA {
    	float: left;
    	margin: auto;
    	display: block;
    	width: 95%;
    	}
    
    input:focus, select:focus, textarea:focus {
    	background: #E4FEF5;
    	}
    added the ones underlined that change the background with out hover to black and text to white

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Manufacturer Side Box
    By Ptool in forum Basic Configuration
    Replies: 2
    Last Post: 21 Aug 2009, 02:40 PM
  2. tweeking - side box font and side box image
    By stephenn in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Dec 2008, 03:20 PM
  3. Change colour of 'sponsors' side box / enable 'featured' side box
    By flatlander in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 29 May 2008, 07:26 AM
  4. Manufacturer Side Box Not Updating
    By DiZZ in forum General Questions
    Replies: 0
    Last Post: 15 Jan 2007, 10:23 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR