Home › Forums › WoodMart support forum › How to change this green line for black line?
How to change this green line for black line?
- This topic has 30 replies, 2 voices, and was last updated 6 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
October 30, 2018 at 11:57 am #86084
Mario2020ParticipantHi,
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.October 30, 2018 at 1:03 pm #86110
Elise NoromitMemberHello,
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
October 30, 2018 at 1:26 pm #86123
Mario2020Participantad.1 promarcy colour are black but i still have this green.
ad3. Shoping Cart background is steel black, i need white.October 30, 2018 at 3:35 pm #86143
Elise NoromitMemberHello,
Please update the credentials.
Best Regards
October 31, 2018 at 2:40 pm #86286
Mario2020ParticipantI 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..October 31, 2018 at 3:47 pm #86302
Elise NoromitMemberHello,
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
November 5, 2018 at 10:13 am #87222
Mario2020ParticipantHi,
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.November 5, 2018 at 11:00 am #87238
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS:
.woocommerce-message{ background-color: #000000; }
Best Regards
November 5, 2018 at 11:21 am #87244
Mario2020ParticipantYou 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.?
November 5, 2018 at 11:28 am #87245
Mario2020Participantstill 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 RegardsNovember 5, 2018 at 12:55 pm #87270
Elise NoromitMemberHello,
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
November 5, 2018 at 1:14 pm #87275
Mario2020ParticipantHi,
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
November 5, 2018 at 3:02 pm #87299
Mario2020ParticipantHi,
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
November 5, 2018 at 3:06 pm #87300
Elise NoromitMemberHello,
Replace the code with this one:
#yith-wcwl-popup-message { background-color: #000000; }
Best Regards
November 5, 2018 at 3:27 pm #87302
Elise NoromitMemberAs for the update make the full backup of your site and provide valid admin access.
Best Regards
November 5, 2018 at 4:10 pm #87311
Mario2020ParticipantI made full backup!
Regards
November 5, 2018 at 4:11 pm #87312
Mario2020Participant1. 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
November 5, 2018 at 4:41 pm #87320
Mario2020ParticipantHow to move this “add to cart” button to this place (see attached photo).
Attachments:
You must be logged in to view attached files.November 5, 2018 at 5:12 pm #87327
Mario2020Participant4. 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?November 5, 2018 at 5:40 pm #87331
Elise NoromitMemberHello,
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
November 5, 2018 at 9:49 pm #87369
Mario2020ParticipantHello,
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.November 5, 2018 at 9:52 pm #87372
Mario2020Participant7. How to switch off Breadcrumbs product page?
Best Regards
November 5, 2018 at 10:00 pm #87373
Mario2020ParticipantAd 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?November 6, 2018 at 7:19 am #87395
Elise NoromitMemberHello,
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
November 6, 2018 at 7:59 am #87404November 6, 2018 at 8:59 am #87429
Mario2020Participantad5. 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.November 6, 2018 at 11:58 am #87462
Mario2020ParticipantHello,
Can you answear for abowe 5 questions?
Best Regards
November 6, 2018 at 12:24 pm #87464
Elise NoromitMemberHello,
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
November 6, 2018 at 12:44 pm #87477
Mario2020ParticipantHelo,
Thank you for answears.
1.How to add social media icon to menu?
Regards
Attachments:
You must be logged in to view attached files.November 6, 2018 at 12:54 pm #87479
Mario2020ParticipantIn message above i ask about how to change social media icon for blackoone?
-
AuthorPosts
The topic ‘How to change this green line for black line?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register