Search the Community
Showing results for tags 'css'.
-
I ran my homepage through http://jigsaw.w3.org/css-validator/ and received 69 errors and 58 warnings all related to js/styles/styles.php What should I do?
-
I'm still new to CubeCart and am trying to create my first skin, but I've run into some trouble trying to edit the style of box-navigation.php . For some reason I am unable to make any changes I make to that template take effect. I am able to edit most other templates with ease, but on box-navigation.php it doesn't matter what css classes or ids I add or take away, it simply changes nothing. I can wrap {$CATEGORIES} in a div and give that a class in the main.php file and then see that take effect by inspecting it in the browser, so I'm sure I have the right element, I can also change the classes via Chromes inpector and they are the same claesses found in box-navigation.php, however when I change them in the template file its self it does nothing and the inspector shows the old classes as still applied. I'm very confused by this Any help would be very much appreciated. Thanks
- 1 reply
-
- box-navigation
- nav
- (and 4 more)
-
In the old templating system, there used to be a template tag {BODY_VAL} for adding a class or id to the body tag: <body id="{BODY_VAL}">, but that tag doesn't work anymore (I tried {$BODY_VAL}, but nothing). Is there a new tag for that? I need it to style my site properly. Thanks.