This topic has 8 replies, 3 voices, and was last updated 1 weeks, 2 days ago ago by Andrew Mitchell
Hello, good afternoon, I am customizing the badges of my products, placing personalized images, I want to modify the featured badges, but I don’t know how to call the command. I am using this code for the badges of products on sale, and it works for me but now I want to do it with the featured products.
.single-product .product .onsale{
background-image: url(“https://woocommerce.divicon.net/wp-content/uploads/2020/09/oferta.png”) !important;
font-size: 0;
background-color: transparent !important;
background-size: contain !important;
background-repeat: no-repeat !important;
padding: 40px !important;
}
Hello,
We kindly request that you provide the URL of the page where the featured product badges are visible.
Thank you for your assistance.
Best regards,
The 8Theme Team
They are the products that have the logo (limited), I want to change it for an image, as I did with the products on offer like the code I placed previously
Hello, Tiffany,
Please try to use this code:
.products-loop .hot-label {
background-image: url("image-url") !important;
font-size: 0;
background-color: transparent !important;
background-size: contain !important;
background-repeat: no-repeat !important;
padding: 40px !important;
}
Best regards,
The 8Theme Team
great, solved, thank you very much,
I have a question regarding the size, is there the possibility within this same code to establish a different measurement of the image, in mobile and desktop versions?
Because it happens to me that on the desktop it looks good in size but it is very big on mobile phones, and if I place the smaller badge image in the padding it looks good on mobile phones but very small on the desktop version.
Hello, Tiffany,
You’re welcome!
Please try to use this code in Theme Options > Theme custom CSS > Mobile:
.products-loop .hot-label {
padding: 20px !important;
}
Best regards,
The 8Theme Team
solved, thank you very much
Dear Tiffany,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘customize products featured badges with css’' has been successfully resolved, and the topic is now closed for further responses