Home › Forums › All Other Themes › Customize css to create a Photo Frame property to certain categories of product
- This topic has 7 replies, 2 voices, and was last updated 2 years ago by Sonl Sinha.
-
AuthorPosts
-
October 15, 2022 at 10:48 am #201078Francisco Rubén Jorquera VillarroelParticipantMember since: December 31, 2020
- Topics: 42
- Replies: 110
- Total: 152
Hi Friends
On my website https://tests.copol.cl I want to sell products for pigs, chickens and cows, these products come from 4 different suppliers, so the photos are very different from each other and will cause my site to look messy .
I want to put a specific frame for each photo, according to each supplier, that way I can visualize the product catalog in a more organized way.
Now, if tomorrow I want to change the photo frame to a certain provider, I don’t want to go photo by photo putting the new frame, but in the CSS code I simply put the address of the new frame.
Please let me know how I can create these new CSS instructions and how to call them when creating the products. I am using SKT Butcher pro4.0 theme.
October 17, 2022 at 10:56 am #201099Hi,
Thank you for being our customer and purchasing themes from SKT Themes.
We are offering our old themes customers renewal discounts to be get back access to all the exciting themes we have launched till date along with support of 1 year.
Renew for just $69 and get access to all themes from SKT Themes and use the themes for lifetime on multiple domains/websites.
Here’s the link for payment via PayPal:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7J5NCPDV8XXD2#/checkout/subscription
Or Pay via Credit Card:
https://buy.stripe.com/eVacNd1dm2xR7tu8wz
We look forward to welcoming you again into our family.
Regards,
DaveOctober 17, 2022 at 7:52 pm #201111Francisco Rubén Jorquera VillarroelParticipantMember since: December 31, 2020- Topics: 42
- Replies: 110
- Total: 152
https://i53.servimg.com/u/f53/20/12/37/44/image38.png
You have a serious problem. They are removing two months of subscription.
Two years ago I bought an annual subscription in December and renewed it early last year in October.
Are they punishing my early renewal? That’s not right. Check your procedures.October 18, 2022 at 10:39 am #201119Hi,
We apologize, Your website is on under construction mode. Therefore we are unable to check the issue.
Regards,
DaveOctober 18, 2022 at 11:09 am #201121Francisco Rubén Jorquera VillarroelParticipantMember since: December 31, 2020- Topics: 42
- Replies: 110
- Total: 152
We need to put a frame to each Woocommerce product photo, different for each supplier.
In such a way that all the products that have the category of the supplier automatically show their corresponding frameSuppliers
growket -> frames-growket.png
interheat -> frames-interheat.png
kromschroeder -> frames-kromschroeder.png
tigsa -> frames-tigsa.pngCategories
Avicultura (Father)
Growket
Interheat
Kromschroeder
Tigsa
Porcicultura (Father)
Growket
Interheat
Kromschroeder
TigsaOctober 18, 2022 at 11:18 am #201122Hi,
Okay, Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.
Regards,
DaveOctober 18, 2022 at 11:15 pm #201140Francisco Rubén Jorquera VillarroelParticipantMember since: December 31, 2020- Topics: 42
- Replies: 110
- Total: 152
It’s not a problem or an issue, I just want to create 4 new classes for 4 categories, then add a photo frame property for products that have any of those categories.
October 19, 2022 at 6:30 pm #201156Hi,
Kindly create all 4 products categories.
Then, Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.term-growket .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: solid 2px #ffaf00;} .term-interheat .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: solid 2px #2c238f;} .term-kromschroeder .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: solid 2px #ffcb29;} .term-tigsa .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { border: solid 2px #bf1043;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.