Quote Originally Posted by cigarp View Post
Hi,

Sorry for my english and also sorry if my questions have already been replyed, I made a search in this forum but did not find it... It's becoming gigantic!!!

1. How can I change de background colour of the sideboxs headings? I found the place to change the sidebox contents and would like them to match.

2. Can I have the search button (the one on the top right corner) with the same "design" as the rest of the template?

3. My site has 2 languages, english and portuguese. I would love to have the same buttons on the portuguese language. Is it possible to edit them and make the translation? If not, how can I make them with (more or less) the same design?

Thanks in advance
Guilherme
1. You can add your color here, like this:
h3.leftBoxHeading, h3.rightBoxHeading {
background:#000000 url(../images/sideboxleft.gif) no-repeat top left;
}

2. Yes, that's what I've done at me test site:
http://www.zencart137.jadetrue.com

The zen cart search button defaults to just a default form submit button. On my test site I have the updated Css Buttons installed, so that is why it is using my custom button.

BUT, you can override this function by opening up includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php

and make line 19 match line 17.

3. I used this to create my buttons:

http://www.zen-cart.com/forum/showth...create+buttons

I could send you my button pieces (left middle right) but my cable modem is down and I can't get them off my computer; but perhaps with some of my english buttons, you can get a left/middle/right piece from them?