Shape 5

Joomla Club Extensions => Drop Down Cart - Club => : europe July 04, 2013, 11:49:08 AM



: Hide the Open/Close text and button
: europe July 04, 2013, 11:49:08 AM
How can i hide the Open/Close text and button from the Drop Down Cart ?


: Re: Hide the Open/Close text and button
: mikek July 05, 2013, 06:56:53 AM
Hello,

Add this to your template's css file:

#s5_closed_dd {
display:none !important;
}


: Re: Hide the Open/Close text and button
: europe July 05, 2013, 01:05:50 PM
That css do not closed... ;-)

This is working - OPEN and CLOSED.
Thank you for your quick solution!

#s5_closed_dd {
display:none !important;
}

#s5_open_dd {
display:none !important;
}