This topic has 4 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Jack Richardson
Hello,
I want to move in responsive mode the shoppingcart in the topbar to the right and delete the name and price of the widdget. So only a bag is visible.
Or delete the account login logo and search logo and move the shopping cart to the right.
See picture in private content for what I mean.
Thanks
Hello,
Sorry, but if you want to remove the cart widget text, it will be removed from desktop layout too.
So, instead we can remove account login logo and search logo and move the shopping cart widget to the right.
Please add this code into custom.css file:
@media (min-width: 768px) and (max-width: 979px) { .top-bar .my-account-link {
display: none !important;}
.header .shopping-cart-widget {
text-align: right !important;
left: 70px !important;
.top-bar .search .search-link {display: none !important;}
.header-type-2 .top-bar {height: 30px !important;}}
If there are still some problems please provide us with wp-admin panel credentials.
Regards,
Eva Kemp.
Thanks for the option but I think I have fixed it. I have got a headache now but i think it looks good now.
I have duplicate the my account lines of the top bar jn header.php and placed it in a div. In css I changed the content for the cart image. You can see in the private content.
Thanks for this nice theme and great support. I cannot wait to go live with it.
Hello,
We are glad to hear that you figured out.
If you have any questions don’t hesitate to contact us!
Regards,
Jack Richardson
Tagged: delete name, delete price, move right, shoppingcart, topbar, woocommerce, wordpress
The issue related to '‘Shoppingcart topbar – move to the right and delete price and name of cart’' has been successfully resolved, and the topic is now closed for further responses