-
-
Hi!
I’am using woocommerce and want to disable cart in header. How can I do this?
Thanks!
-
Hello,
Please ad this code into your custom css box:
.header_tools .cart { display: none;}Let us know.
Best regards!
-
Perfect! Thanks!
One more question: I want to remove time and author from Recent News block. How can I do this?
Thanks!
-
Hello,
Please add this code into your custom css box:
.recent_news .date { display: none; }Let us know.
Best regards!
-
Thanks but I want to leave date – remove just time and author. Date must be, is it possible?
-
Hello,
Can i please see a link where are you having this? So i can give a more precise code.
Best regards!
-
-
Hello,
There is no author name showing in your Recent News element. It’s just the date. But it is in format data/time (month/date/hour am/pm). So it is not possible to remove only the time and leave the date.
See screenshot.Best regards!
-
-
You must be logged in to reply to this topic.