Home › Forums › WoodMart support forum › How do I edit Home page › Reply To: How do I edit Home page
Aizaz Imtiaz Awan
Hello,
I saw the screenshots you attached.
1) You need to edit the HTML block used inside the promo popup text under Theme Settings >> General >> Promo Popup. From Dashboard >> HTML Blocks.
Screenshot for Clarification: https://gyazo.com/fc2875c0a120d20f354df33ad0357e7b
2) Please edit the Category from Products >> Categories >> Edit Category and remove the icon.
Screenshot for Clarification: https://gyazo.com/c6b6c4841bb2088d93aae1da20759e5f
3 & 4) Please Go to Theme Settings >> Products Archive >> Page title and enable the option.
Screenshot for Clarification: https://gyazo.com/a495ac3bc0f641582410207aa877d705
5) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.widget_product_categories .product-categories li a {
color: black;
}
Best Regards