Home › Forums › WoodMart support forum › Shop age page Category
Shop age page Category
- This topic has 10 replies, 3 voices, and was last updated 3 weeks, 6 days ago by Bogdan Donovan.
-
AuthorPosts
-
October 21, 2024 at 10:10 am #606364
shwetaParticipantHello Team,
I want to show the category after the title for better understanding please find the screenshoot attached.
Attachments:
You must be logged in to view attached files.October 21, 2024 at 12:01 pm #606450
Hung PhamKeymasterHello shweta,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-product :is(div.wd-product-cats){ width: 75%; }
Regards,
October 21, 2024 at 1:01 pm #606485
shwetaParticipantOn the mobile version its not show properly.
October 21, 2024 at 1:12 pm #606487
shwetaParticipantI have added this code but the price is shown on the slightly bottom.
October 21, 2024 at 2:09 pm #606496
shwetaParticipantAlso, I want to hide a short description on the shop page.
October 21, 2024 at 2:30 pm #606502
shwetaParticipantI want category show on the line.
October 22, 2024 at 12:09 pm #606728
Hung PhamKeymasterHello shweta,
Please add above Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Desktop and check again.
Regards,
October 22, 2024 at 12:55 pm #606759
shwetaParticipantHello Team,
Thank you for this code, I have added this code to the theme setting but still this code not working.1. I want the category show on the line.
2. I want to hide a short description on the shop page only.
3. The price is shown on the slightly bottom you check see and fix this issue for me.Page Link: https://akshatraghava.website/shop/
For a better understanding please find the screenshot attached below.
Attachments:
You must be logged in to view attached files.October 22, 2024 at 1:58 pm #606786
Hung PhamKeymasterHello shweta,
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
October 22, 2024 at 2:50 pm #606815
shwetaParticipantSure, Kindly find wp-admin details in the private section
October 23, 2024 at 9:49 am #606978
Bogdan DonovanKeymasterHello,
Unfortunately, your previous custom code created for the product does not fully allow the desired appearance to be achieved. To attempt to recreate the desired look, you need to:
1. Remove all your current code related to “product-element-bottom,” “wd-entities-title,” “.wd-product-cats,” and “price.”
2. Delete the custom code provided to you in previous messages (https://xtemos.com/forums/topic/shop-age-page-category/#post-606450).
3. Add the following custom code to the Global Custom CSS area located in Theme Settings..wd-product .product-element-bottom { flex-direction: row; flex-wrap: wrap; } .wd-product .product-element-bottom .wd-entities-title { order: 0; } .wd-product .product-element-bottom .price { order: 1; } .wd-product .product-element-bottom .wd-product-cats { order: 2; width: 100%; } .wd-product .product-element-bottom > * { order: 3; } @media (max-width: 768px) { .wd-product .product-element-bottom .price { width: 100%; } }
If you follow all these steps, your product will look as follows on desktop (https://monosnap.com/file/pUx68y1qXJa1qcfSyBv5qiojua5Td5) and mobile (https://monosnap.com/file/hB99LWND0zKthgilibqBRpDBEpULRu).
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register