I have been trying to figure this problem out for a couple days but cannot find a solution, so I am asking for help. I am very new using ZenCart but I think I have the custom folders set up correctly. I am not well versed on css.
Is this a style sheet issue? or is there a setting under the configuration tab that I am missing? or something else? I have set the logo size
Also, I am trying to add a background image instead of a solid color on the sides of the "store front". I attempted to just change the color from the light blue in my custom css file, but no matter what I changed the hex number to, the light blue never changed. This is what I have in my custom style sheet now:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #000000;/*black*/
}
The path I am using is: \includes\templates\CUSTOM\css\stylesheet.css
Is this correct?
Now I am finding that any little change I make to the style sheet (even just the number of px in the height of the logo wrapper) causes my site to look like this:
Thank you in advance for your help. I hope this doesn't sound too stupid... I have no programming backgound, just the desire to learn and an unbounding stubborness to succeed.





