Hi again. How can I align my shopping cart checkboxes. thankshttp://stitchwith.me/index.php?main_...&products_id=1
Hi again. How can I align my shopping cart checkboxes. thankshttp://stitchwith.me/index.php?main_...&products_id=1
Last edited by Didee; 13 Feb 2009 at 08:13 AM. Reason: forgot my url
Hey Jettrue,
I need some advice....
I only want certain boxes to show on the front page, it's best to do this through the css, right? I just wanted to know what would load the fastest.
Also do you know how to compress the css, I do a speed check that's given in the FAQ here and that's a suggestion given. I have tried to copy any add on's to my css so I do not have tons of them.
Also what class am I looking for to change the look of the my account page, mostly I am looking at the table of prev. orders?
Thanks
Nicole
Yes, you can hide boxes with css. View the source of the page, and get the id of the box you want to hide.
Then in the css, you'd put this:
#indexHomeBody #idofBoxHere {display:none;}
Then on your account page, view the page source again, and get the id or class of the section you want to change there. If it says id="nameofsectionhere", you'd style it in the css with #nameofsectionhere {}. If it says style="nameofsectionhere", you'd style it with .nameofsectionhere {}
thanks for quick reply, excuse my ignorance, but where do I go to to do this lol
thanks