This topic has 6 replies, 2 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
Hello,
We have the following issues on our website:
1. The brand links located at the bottom of our landing page and the brand label in the product page lead to the 404 page.
2. On our shop page we would like to hide all subcategories and open them on click. We have been unable to find and option to achieve that. Now all subcategories are displayed below the categories.
3. We would also like to make the font size of the categories on our Shop page bigger and bolder. If you can provide an appropriate css selector that would be great,
Hello,
1) Settings > Permalinks > check if you use the Post name type and re-save permalinks. Try after that.
2) Theme Options > WooCommerce > Shop elements > Categories > Open Product Categories Widget By Default > Off
3) Add the next code in Theme Options > Theme custom CSS:
.widget_product_categories.sidebar-widget ul li a, .sidebar-widget ul li a {
font-size: 16px !important;
font-weight: 500;
}
Regards
Hello,
Thank you for your help.
2 and 3 are resolved. 1 – The permalinks change did not help. Can you assist further?
Hello,
3. Provide temporary FTP access. I will pass this question to our technicians. They will be able to check it more deeply after the weekend.
If you don’t know your FTP host, FTP login, and FTP pass contact your hosting provider and ask this information.
Regards
Hello,
I was able to resolve the issue with the permalinks.
With regards to the CSS code snippet for the size of the categories – the changes are applied to both categories and subcategories. How can I modified it to apply the bigger font size only on the categories. Thanks.
Hello,
Change this code http://prntscr.com/119l6ep to
.widget_product_categories.sidebar-widget ul li a {
font-size: 19px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up