| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
css optimization | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I am trying to optimize some of the css in our 4.2 installation.
Unfortunately I am somehow confusing myself on the best way to do this. Here is an example of what I am trying to change. .printable #header .tabs { display: none; } .printable #header .line2 { display: none; } .printable #header .printable { display: none; } Will this work the same way if I change it to this: .printable #header .tabs, .line2, .printable { display: none; } I obviously don't want to cause a bunch of problems. Thanks in advance for any help.
__________________
Joe Holley 4.2 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() As far as i know you code might not function properly, form the knowledge i gained
![]() you can change only as follows .printable #header .tabs, .printable #header .line2, .printable #header .printable { display: none; } I havent tried this yet but i tihnk this will work out ,give it a try and give me your comments
__________________
MercuryMinds Technologies Development Team, Professional X-Cart Design, X-Cart Development, X-Cart Customization Services www.mercuryminds.com X-Cart Mailchimp Ecommerce 360 Plugin/integration module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) Smasher, a smart search engine for x-cart store (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) One Page Checkout (OPC) - X-Cart module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x) |
|||||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|