This topic has 21 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hello,
I am writing as I would like to know what is the standard size of the subcategories. It would be possible to edit it?
Please see the link below for reference:
https://www.8theme.com/demo/legenda3/?post_type=product&sb=0
Also how I can remove / edit the hover icon from the image?
Thank you.
Hello,
Please read this article https://www.8theme.com/demo/docs/legenda/WooCommerce/Product_Images and set size depends on your needs.
The hover icon can be edited using custom CSS code. For example, adding the next code (Theme Options > Custom CSS) will remove the hover
.product-category .mask-container .block-mask {
display: none;
}
Regards
thank you very much.
You’re welcome.
Regards
Hi again,
I regenerated the thumbnails, however it would be possible to have the category image size different than the thumbnails. For example the category image size to be rectangular instead of square.
Thank you.
Hello,
By default, it is not possible.
You can try to use custom CSS, provide us with URL of page with categories, and we will give an example of code.
Regards
thank you but in the meantime I changed the settings.
Is there any way to remove the product image thumbnails/placeholders from the cart?
Hello,
Please provide a screenshot for a better understanding the desired result.
Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here.
Regards
Hello again,
I have created some products without image and therefore it will be useful for me to be able to hide the placeholder of the image in the cart, please see below:
https://gyazo.com/55a144249f084ea7bbd4d177dea5054e
https://gyazo.com/938cacd280c8f8f267950026dd92927c
http://new.novikovrestaurant.co.uk/orders/cart/
http://new.novikovrestaurant.co.uk/orders/novikov-asian/
Many thanks
Hello,
Add the following code to Theme Options > Custom CSS
.woocommerce-page table.cart .product-thumbnail img {
display: none;
}
Regards
that’s amazing, thank you!
Hello,
You are welcome.
Regards
Hello,
I have few other questions.
It would be possible to edit the RETURN TO SHOP link so it will go to home page instead of shop page?
At the moment I created a menu in list format without photos and the display of the shop page looks awful. I was wondering if I just edit the link to be able to redirect it to the homepage.
Also, it would be possible to edit the notice messages from the checkout page both the message and the layout?
https://gyazo.com/79a9b978d89e99e573d453dd6d5c6ae1
for example I will like the background of the message to match the colour of the rest of the website and maybe the writing should be in green or red.
Thank you for your help.
Hello,
Edit these files via child theme –
wp-content/themes/legenda/woocommerce/cart/cart-empty.php
…/legenda/woocommerce/loop/no-products-found.php
Try to use the next custom CSS code:
.woocommerce-message, .alert-success, .success {
background-color: #151515 !important;
color: #98c391;
}
Regards
many thanks!
Hi again,
I setup the payment gateway which is integrated in an iframe, however the background remains in white despite I try to modify it to #141414.
https://gyazo.com/70f9ea8826ff4e80cceb2f280af758b4
Do you have a solution for this?
Thank you
Hello,
I can’t give you code to fix it by screenshot only. Provide me with a link to this page to inspect it and give you a solution.
Regards
Hello,
Thank you for your reply.
Please see the link below for your reference although I am not sure you can see anything. To see it, please perform an order and follow the checkout process until you get to the payment page.
http://new.novikovrestaurant.co.uk/orders/checkout/order-pay/10549/?key=wc_order_210DwMSm7qace
Regards,
Anca
Hello,
It comes from the third-party resource iframe styles http://prntscr.com/sfiecb We can do nothing with content colors inside the iframe. Contact woocommerce-gateway-realex-redirect plugin author to get help with this.
Regards
ok, thank you.
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up