Where can I change the text size for just inside the middle and not in the left/right boxes? I changed it in the "body" but it also changed the size in the boxes. Thanks
Where can I change the text size for just inside the middle and not in the left/right boxes? I changed it in the "body" but it also changed the size in the boxes. Thanks
Another question... on the checkout page I have
"Please notify me of updates to these products" and the box with the check mark in it. I would like to have the default without the check mark. Also when I clear the check mark and click update, it appears there again.
Well, it won't automatically give the people updates, unless they click "update" so in a way, it saves them from clicking if they do want updates. If they don't want updates, they can just not click "update".
But anyway, to do what you want to do, open up includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_success_default.php and change:
to:Code:<?php echo zen_draw_checkbox_field('notify[]', $notifications['products_id'], true, 'id="notify-' . $notifications['counter'] . '"') ;?>
Code:<?php echo zen_draw_checkbox_field('notify[]', $notifications['products_id'], false, 'id="notify-' . $notifications['counter'] . '"') ;?>
Ah Soo.. My grey cells are not working well... I missunderstood .. thanks
Where can I specify a different location for "Add to Cart"? I would like to have it at the top (or both top and bottom).
Really like simple zen and got it installed with no problem at www.gloriabridals.com Only question is at the bottom of the page, just a little above "your IP address is", where it should show "home", "above us" etc. those labels are hiding and you'll have to move your mouse there to see it. Is this something made intentionally? I noticed all sites used simple zen have the same thing so probably sure it's not the problem at my end.
If this has been addressed in some places, please direct me there.
thanks!