Home Forums WoodMart support forum How to change this green line for black line?

How to change this green line for black line?

Viewing 30 posts - 1 through 30 (of 31 total)
  • Author
    Posts
  • #86084

    Mario2020
    Participant

    Hi,

    1.How to change colours from green to black when i add something to basket? (photo attached).
    2. How to change mobile menu. Now is black background, but when i Click some menu button so i dont see this menu button because its change for black coulour (hoover).
    3. When i change mobile menu for black background the same black background is on shopping cart. Do there is option that shopping cart will be still white?
    4. In shop page there is filters. How to leave there just categories (i dont want Sort BY and Price Filters.

    Attachments:
    You must be logged in to view attached files.
    #86110

    Hello,

    1. Navigate to the Theme Settings > Styles and Colors and set the Primary colors.

    2. Add this code to the Theme Settings > Custom CSS:

    .dropdowns-color-light .site-mobile-menu li.current-menu-item > a{
    color:#ffffff;
    }

    3. Please add this code to the Theme Settings > Custom CSS:

    .dropdowns-color-light .site-mobile-menu li.current-menu-item > a{
    background-color:#ffffff;
    }

    4. Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters

    add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );

    Best Regards

    #86123

    Mario2020
    Participant

    ad.1 promarcy colour are black but i still have this green.
    ad3. Shoping Cart background is steel black, i need white.

    #86143

    Hello,

    Please update the credentials.

    Best Regards

    #86286

    Mario2020
    Participant

    I put to private content
    ad.1 primary colour are black but i still have this green (when i add product for example to wishlist)
    ad3. Shoping Cart background is still black, i need white.
    4. When i try update theme there is a error..

    #86302

    Hello,

    This code has been added to the Theme Settings > Custom CSS:

    body .woocommerce-message{
        background-color:#000000;
    }
    .dropdowns-color-light .cart-widget-side{
        background-color:#ffffff;
    }
    .dropdowns-color-light .cart-widget-side .quantity,
    .dropdowns-color-light .cart-widget-side .product-title,
    .widget_shopping_cart .cart-info,
    .widget_shopping_cart .cart-info span,
    .dropdowns-color-light .cart-widget-side .close-side-widget,
    .dropdowns-color-light .cart-widget-side .widget-heading .widget-title{
        color:#000000;
    }

    Please make full backup of the site and confirm the permit for manual update.

    Best Regards

    #87222

    Mario2020
    Participant

    Hi,

    We have full update of websiet every 24 hours so you can update website.
    Still when i add product to wishlist there is green line (i need blackone).

    After shopping cart is white you can’t see the price and if you touch products there is grey background. Can we change this background for black and white fonts.

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #87238

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .woocommerce-message{
        background-color: #000000;
    }

    Best Regards

    #87244

    Mario2020
    Participant

    You wrote:
    Please make full backup of the site and confirm the permit for manual update.

    So you can do manual update…

    2. How to delete About Brand information from Product Page.?

    #87245

    Mario2020
    Participant

    still when i add to wishlist background of notification is green..

    i added following code:

    Please add this code to the Theme Settings > Custom CSS:

    .woocommerce-message{
    background-color: #000000;
    }
    Best Regards

    #87270

    Hello,

    Try this code:

    .yith_ywraq_add_item_product_message{
    background-color: #000000;
    }

    In order to hide a brand from the product page, navigate to the Theme settings > Shop > Brand and disable the option http://prntscr.com/lelk7v

    Best Regards

    #87275

    Mario2020
    Participant

    Hi,

    1. I try this code but still when i add product to wishlist I see green background (yith-wcwl-popup-message)
    2. Shopping cart is white. But you can’t see the price (because collor of the text is white) and if you touch products there is grey background. How to change this background for black and white fonts.
    3. There is a problem with update the theme: “Update Failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”

    Best Regards

    #87299

    Mario2020
    Participant

    Hi,

    1. I try this code but still when i add product to wishlist I see green background (yith-wcwl-popup-message)
    2. Shopping cart is white. But you can’t see the price (because collor of the text is white) and if you touch products there is grey background. How to change this background for black and white fonts.
    3. There is a problem with update the theme: “Update Failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”

    Best Regards

    #87300

    Hello,

    Replace the code with this one:

    #yith-wcwl-popup-message {
    background-color: #000000;
    }

    Best Regards

    #87302

    As for the update make the full backup of your site and provide valid admin access.

    Best Regards

    #87311

    Mario2020
    Participant

    I made full backup!

    Regards

    #87312

    Mario2020
    Participant

    1. I made full backup!
    2. Shopping cart is white. But you can’t see the price (because collor of the text is white) and if you touch products there is grey background. How to change this background for black and white fonts.
    3. There is a problem with update the theme: “Update Failed: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”

    Regards

    #87320

    Mario2020
    Participant

    How to move this “add to cart” button to this place (see attached photo).

    Attachments:
    You must be logged in to view attached files.
    #87327

    Mario2020
    Participant

    4. How to change colour “star-rating for black.
    5. How to change “related products” for “U will also love”
    6. Related Products has some black line under the text. How to delete this line?

    #87331

    Hello,

    1. The theme has been updated to the recent version;
    2. The price in the cart is black. This code has been added to the Theme settings > Custom CSS:

    .dropdowns-color-light .cart-widget-side .amount{
        color:#000000;
    }

    3. Solved with the theme update.

    How to move this “add to cart” button to this place (see attached photo). – this will require product template customization, our theme does not have options for that.

    4. I do not see the rating on your products. What do you mean?

    5. You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    6. What line do you mean? https://gyazo.com/ffb2c1cf5825b265dc893e27cf02da49 I cannot see any.

    Best Regards

    #87369

    Mario2020
    Participant

    Hello,

    Thank You for sollutions..

    ad 4. Rating of the products -some yellow stars (photo attached)
    ad 6. Black line under some text (photo attached)

    Best Regards

    Attachments:
    You must be logged in to view attached files.
    #87372

    Mario2020
    Participant

    7. How to switch off Breadcrumbs product page?

    Best Regards

    #87373

    Mario2020
    Participant

    Ad 8. How to move this “add to cart” button to this place (see attached photo). – this will require product template customization, our theme does not have options for that.
    What will be the price for this?

    #87395

    Hello,

    4. Please add this code to the Theme Settings > Custom CSS > Global:

    .star-rating span:before {
        color: red;
    }

    Change the color as per your needs

    6. Add this code to the Theme Settings > Custom CSS > Global:

    .slider-title:before{
    display:none;
    }

    7. The breadcrumbs are disabled in the Theme settings > Page title

    8. You will have to find a developer we do not provide such a service.

    Best Regards

    #87404

    Mario2020
    Participant

    Hello,

    4 questions.

    Attachments:
    You must be logged in to view attached files.
    #87429

    Mario2020
    Participant

    ad5. You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Attachments:
    You must be logged in to view attached files.
    #87462

    Mario2020
    Participant

    Hello,

    Can you answear for abowe 5 questions?

    Best Regards

    #87464

    Hello,

    Please add this code to change the color for the switcher and menu:

    /*menu*/
    .dropdowns-color-light .site-mobile-menu li.current-menu-item > a {
        background-color: #000000;
    }
    .dropdowns-color-light .site-mobile-menu li.current-menu-item > a, .dropdowns-color-light .site-mobile-menu .sub-menu li.current-menu-item > a,
    .site-mobile-menu li.current-menu-item > a, .site-mobile-menu .sub-menu li.current-menu-item > a{
        color: #ffffff;
    }
    
    /*currency switcher*/
    .dropdowns-color-light form.woocommerce-currency-switcher-form .dd-option,
    .dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options {
        background-color: #ffffff;
    }
    .dropdowns-color-light .whb-header form.woocommerce-currency-switcher-form .dd-option label,
    .dropdowns-color-light form.woocommerce-currency-switcher-form .dd-options li a {
        color: #000000;
    }

    icon social media for blackoone?

    Please provide page url

    There is no option to add social media to the mobile menu.

    You need to translate the starting in WooCommerce, not in the Woodmart

    Best Regards

    #87477

    Mario2020
    Participant

    Helo,

    Thank you for answears.

    1.How to add social media icon to menu?

    Regards

    Attachments:
    You must be logged in to view attached files.
    #87479

    Mario2020
    Participant

    In message above i ask about how to change social media icon for blackoone?

Viewing 30 posts - 1 through 30 (of 31 total)

The topic ‘How to change this green line for black line?’ is closed to new replies.