Home Forums Basel support forum Questions Reply To: Questions

#7266

Artem Temos
Keymaster

Hello,

1. You can set your primary color via Theme Settings -> Styles & Colors

2. Here is a tutorial from WooCommerce that will help you manage your product page tabs https://docs.woocommerce.com/document/editing-product-data-tabs/

3. Add the following code snippet to the Custom CSS area in Theme Settings

.onsale, .out-of-stock-label {
    font-size: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

3a & 3b. Simply set your product hover to “Standard button” in Theme Settings -> Shop

3c. Unfortunately, there is no such option in our theme and it may require an additional code customization to achieve this

Regards