Home Forums WoodMart support forum How do I edit Home page Reply To: How do I edit Home page

#303002

Hello,

I saw the screenshots you attached.

1) I have logged into your website and fixed the issue. Please clear cache and check back.

2) I have logged into your website and centered the elements. Please clear cache and check back.

3) I have logged into your website and added <a> tags in the footer. You can add the links of the pages in the <a> tags yourself.

4) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.widget_product_categories .product-categories .cat-parent a {
    font-weight: bold;
}

Best Regards.