Home › Forums › WoodMart support forum › Header, Shop Page changes › Reply To: Header, Shop Page changes
Aizaz Imtiaz Awan
Hello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.whb-top-bar .wd-tools-element .wd-tools-text {
font-weight: 800;
font-size: 15px;
}
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .wd-entities-title {
text-align: left;
}
.product-grid-item .price {
text-align: left;
}
3) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-toolbar {
height: 65px;
padding-bottom: 15px;
}
4) You can try to Recreate your footer using the HTML block from there you can set the layout according to your own needs.
5) Please provide with a relevant screenshot of the specific area to check it myself and help you out accordingly
6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .wd-entities-title {
font-size: 20px;
}
.product-grid-item .price {
font-size: 20px;
}
7) Please read the woocommerce documentation for tabs in the following link:
https://docs.woocommerce.com/document/editing-product-data-tabs/
Best Regards
Note: Please create a new ticket every time for the new issue on the support system.