This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
I don’t know where to go to change the Featured Product images on the Home Page. Do I need to purchase a Visual Composer License to do this? I would also like the Home Page header to only show the amount of items in my cart, but do not want the price showing, so how do I delete that as well? Do I need to go into the code and delete those lines of HTML. Lastly, is there a way to delete the Hidden Top Panel Area, but still have the Wishlist, Your Account, and Logout showing?
Please Help!
Hello,
1. To change featured product images you need edit products in wp-admin panel > Products.
2. To hide price in cart widget add this code in custom.css file:
.shopping-cart-widget .cart-summ .for-label, .shopping-cart-widget .cart-summ .price-summ {
display: none;
}
How to create custom.css you can watch in this tutorial
3. To delete hidden top panel go to Theme Options > Header > Enable hidden top panel > Off.
Regards,
Eva Kemp.
Tagged: #legenda, featured products, home page, images, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up