mondo
mondo
Offline
0
Is there any chance to hide/disable the value of the statistics?
So far I succeeded by matching the .item_count color with the background. I'd rather have a better solution to it..

Thanks in advance,
mondo
Responses (2)
  • Accepted Answer

    mondo
    mondo
    Offline
    Saturday, August 02 2014, 12:19 PM - #Permalink
    0
    because this also removes the background.
    But I found the solution by deleting the echo $item->howmuch in the module.

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 02 2014, 11:51 AM - #Permalink
    0
    why don't you just hide it?
    .item_count{
    display:none;
    }
    The reply is currently minimized Show
Your Reply