|
Shopping Cart Software Ingrated with PayPal, PayPal Shopping Cart Sell Your Photos Online,  
 

Removing layout elements

Posted in CSS Design, Tutorials by admin on the June 28th, 2008

We have been asked a few times “Is there a way to remove certain layout elements” from the Wikilime cart. Well the answer is yes there is and its also really easy.

For example if you didn’t want to display the top menu panel you would just amend the CSS to the following:

#topPanel { display:none; }

Thats it! By doing the above you are telling the browser to just not load that block of HTML.




Leave a Reply