Open Cart CSS
Good morning wizards of Open Cart.
Two questions for you:
FIRST QUESTION
1. In the link to get to an Open Cart Css file is the link "my theme". I have used everything I can think of for the "my theme" part. I have used:
1. The theme name
2. My URL
3. My Domain
4. The Open Cart version number.
Nothing works. What should be in there?
SECOND QUESTION
My site is:
heartlandpetbeds.com/test
If you look you will notice that the home page has no lines or breaks or borders between banner/sections. How do I put something in there? Yes, I know it is the CSS. What is the code I would use and would it go at the bottom or replace a line item?
Thanks,
Simon
UPDATE:
If a tilt my screen I can see that there are some lines between sections but they very very light. You can't see them. Why is that?
Two questions for you:
FIRST QUESTION
1. In the link to get to an Open Cart Css file is the link "my theme". I have used everything I can think of for the "my theme" part. I have used:
1. The theme name
2. My URL
3. My Domain
4. The Open Cart version number.
Nothing works. What should be in there?
SECOND QUESTION
My site is:
heartlandpetbeds.com/test
If you look you will notice that the home page has no lines or breaks or borders between banner/sections. How do I put something in there? Yes, I know it is the CSS. What is the code I would use and would it go at the bottom or replace a line item?
Thanks,
Simon
UPDATE:
If a tilt my screen I can see that there are some lines between sections but they very very light. You can't see them. Why is that?
#header{padding-bottom:7px;border-bottom:1px solid #EEEDE8;margin-bottom:7px;}
To:#header{padding-bottom:7px;border-bottom:5px solid #EEEDE8;margin-bottom:7px;}
Change line 119 from:.slideshow{position:relative;border-bottom:1px solid #EEEDE8;padding-bottom:7px;}
To:.slideshow{position:relative;border-bottom:5px solid #EEEDE8;padding-bottom:7px;}
Change line 354 from:#footer{padding:10px 0 0;margin:0; border:1px solid #ececec;border-width:1px 0 0;}
To:#footer{padding:10px 0 0;margin:0; border:1px solid #ececec;border-width:5px 0 0;}
I hope that this information was helpful to you. Please don't hesitate to provide us further details on exactly what you're trying to accomplish, so we can try to steer you in the right direction and get all of your questions answered. - Jacob