Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I change the appearance of one sidebox only?

How do I change the appearance of one sidebox only?

Locked

Views: 7,167

Results 41 to 47 of 47
This thread is locked. New replies are disabled.
2 Aug 2006, 12:50 AM
#41
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

How do I change the appearance of one sidebox only?

Jenny - Did you add that into your css file ? The crsnavwrap was a special wrapper that I wrote into my css in order to contain the boxes individually - mainly because the default right boxes all ran together and I was lazy.

You can add it to your css and name it anything you want (crsnavwrap is named because it was me - CRS designs Nav Wrapper ) :laugh: but if you rename it in css remember to change it in the sidebox file as well

Did you see the original post I made on how to achieve this ? It had all my css entries and the code ? I just put all that stuff at the very end of my css file to make it work.

If you need further help feel free to email or pm me and i'd be glad to help you out :)

2 Aug 2006, 12:50 AM
#42
xerus_thomas avatar

xerus_thomas

New Zenner

Join Date:
Jul 2006
Posts:
8
Plugin Contributions:
0

Re: How do I change the appearance of one sidebox only?

Tina -
I sent you a quick message too w/my css.

You rock!:yes:

2 Aug 2006, 2:09 AM
#43
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: How do I change the appearance of one sidebox only?

I have replied via email :)

2 Aug 2006, 2:19 AM
#44
xerus_thomas avatar

xerus_thomas

New Zenner

Join Date:
Jul 2006
Posts:
8
Plugin Contributions:
0

Re: How do I change the appearance of one sidebox only?

I received it - thank you.

Everything is where it is supposed to be in my CSS, for some reason, it isn't working yet. Basically, the background images are still showing up where they were without inserting this code.

I am going to fuss around with it for awhile before I bug you again;
maybe I can get it to work.

: D
Jenny

3 Aug 2006, 9:30 PM
#45
xerus_thomas avatar

xerus_thomas

New Zenner

Join Date:
Jul 2006
Posts:
8
Plugin Contributions:
0

Re: How do I change the appearance of one sidebox only?

Hi Tina -

I finally got it to work. I realized I needed to take all overrides out first, and also decrease the width of the table in the php to fit. Pretty obvious stuff, but I just started Zen-ing days ago, so, I needed to get more familiar with things I guess.
:smile:

Everything is fine, but...
there is a 1px white line between the BOTTOM and CONTENT areas of the sidebox that only shows up in Firefox (browser of choice).

Do you know what I mean? It is really bugging me! Any ideas on what could be causing this? It seems that some of your sideboxes on mommasstopandshop.com show this too, while some don't.

Any ideas?

Thanks again for all your help through this process!
Jenny

4 Sep 2006, 3:33 PM
#46
chelseagirl avatar

chelseagirl

New Zenner

Join Date:
Sep 2006
Posts:
13
Plugin Contributions:
0

Re: How do I change the appearance of one sidebox only?

Hi,

I added the cc_accept module to my site and all went well except the content background is not picking up the color in the stylesheet. I tried adding the following code to the stylesheet after reading the posts here to see if it would add the background color, but it didn't.

#cc_acceptContent {
background-color: #F7F7A5;
}

Am I doing something wrong or is there somewhere else I need to add some code for this to work?

Any help appreciated. Thanks.

Website is: http://www.littlegees.com/shop

6 Sep 2006, 4:57 PM
#47
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: How do I change the appearance of one sidebox only?

@chelseagirl

`Please see your other post, I posted a fix there. :yes: