Home › Forums › WoodMart support forum › Request for Custom CSS and Custom Page Template for Product Tags
Request for Custom CSS and Custom Page Template for Product Tags
- This topic has 51 replies, 2 voices, and was last updated 1 month ago by
Luke Nielsen.
-
AuthorPosts
-
February 4, 2025 at 6:24 pm #635385
DJLS1997ParticipantThanks for the help again.
One more thing can we add an eye icon for the quickview product option instead of the search icon in product grids or carousel.
February 4, 2025 at 6:35 pm #635386
DJLS1997ParticipantNevermind I did it using custom css.
Now I want to show both the cart and quickview icon for mobile devices, right now it is showing only cart icon.
February 5, 2025 at 11:22 am #635537
Luke NielsenKeymasterHello,
Use the code below for help:
body .wd-buttons :is(.wd-quick-view-icon,.wd-compare-btn) { display: block; }
Kind Regards
February 7, 2025 at 8:18 am #636140
DJLS1997ParticipantOkay that worked. But also I want the cart icon on mobile device to be like the button it displays on desktop version, like the Select options thing. Help me get the custom css for this please.
February 10, 2025 at 3:29 pm #636852
DJLS1997ParticipantGuys need a response on this one.
February 10, 2025 at 5:41 pm #636933
Luke NielsenKeymasterHello,
Try to use the code below for help, define the code for the Mobile CSS area:
body .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop { width: 100%; } body .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop span { display: flex; } body .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop:before { transform: translateY(100%); } body .wd-add-btn-replace .add-to-cart-loop:hover:before { transform: translateY(0) translateZ(0) !important; }
Kind Regards
-
This reply was modified 1 month, 2 weeks ago by
Luke Nielsen.
February 11, 2025 at 7:23 am #637030
DJLS1997ParticipantWhat if I want to show the button only on product hover instead if making it sticky. Can we do that ?
February 11, 2025 at 10:07 am #637074
DJLS1997ParticipantAlso the size of the button is too big. We want to make it small and in floating style.
February 11, 2025 at 3:40 pm #637228
Luke NielsenKeymasterHello,
I suggest you create a preset with such a condition – https://prnt.sc/hE4BdASBVBpF then in its settings change the product style – https://prnt.sc/IFT-5FxMa3Ww so in such a way you can make another product design on mobile devices.
Kind Regards
February 11, 2025 at 6:21 pm #637276
DJLS1997ParticipantBut in theme setting there no option to set a particular product styles for mobile devices only.
February 11, 2025 at 6:30 pm #637277
Luke NielsenKeymasterHello,
It’s possible through the presets, if you use such a condition – https://prnt.sc/hE4BdASBVBpF
https://xtemos.com/docs-topic/theme-settings-presets/
Let me know the result.
Kind Regards
February 12, 2025 at 9:52 am #637386
DJLS1997ParticipantI set the preset and everything but still I couldn’t achieve the same layout as desktop.
The select options button should appear only when it is hovered.February 12, 2025 at 9:53 am #637387
DJLS1997ParticipantAlso you didn’t provide me css to make them smaller, the text and top and bottom padding.
February 14, 2025 at 10:45 am #638041
Luke NielsenKeymasterHello,
Replace the above code with the below one:
body .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop { width: 100%; } body .wd-product.wd-hover-quick .wd-add-btn .add-to-cart-loop span { display: flex; } .wd-product:hover .wd-add-btn{ transform: translateY(0) translateZ(0); } .wd-product .wd-add-btn { transition: all .2s linear; transform: translateY(103%) translateZ(0); }
Paste it into the Mobile CSS area. Clear the cache and recheck the issue.
Kind Regards
February 17, 2025 at 7:22 am #638502
DJLS1997ParticipantCan you look at the Dropdown mega menu for Brands ?
I have set up HTML templates and assigned the html to that particular dropdown but it is being cut and not full. So what is the right settings to achieve it ?February 17, 2025 at 5:58 pm #638783
DJLS1997ParticipantNEED RESPONSE PLEASE
February 17, 2025 at 6:26 pm #638792
Luke NielsenKeymasterHello,
Sorry for the delay.
Please update access to the admin panel – https://prnt.sc/IqVPIP4ePVfR
I await your response.
Kind Regards
February 18, 2025 at 5:48 am #638853
DJLS1997ParticipantShared with you the updated credentials.
February 18, 2025 at 1:00 pm #638982
Luke NielsenKeymasterHello,
The full-width menu will not work for the dropdown menu items and for the vertical menu – https://prnt.sc/OgMuFeQGbu2F
So if you want to apply the full-width menu for the Brand item, remove those child menu items, then set the design as Full width: https://prnt.sc/Uv2-CB-udQFO , and define the HTML Block, as a result you will have something like this – https://prnt.sc/O7ifnYtA_3mB
Kind Regards
February 18, 2025 at 2:18 pm #639028
DJLS1997ParticipantOkay we understand the full width menu can not be implemented. We opted for the drop down menu instead and in dropdown menu it is not showing all content and the drop down is not being scroll able.
February 18, 2025 at 2:21 pm #639032
DJLS1997ParticipantCheck the attached image.
Attachments:
You must be logged in to view attached files.February 19, 2025 at 1:01 pm #639346
Luke NielsenKeymasterHello,
You need to create an HTML Block with the “Extra menu List” element – https://prnt.sc/3yn-EM35SVJ3 then assign it to the menu item and enable scroll like shown in the image – https://prnt.sc/_2a_-PIEZAOj then you will be able to use scroll in such a menu item – https://prnt.sc/PWw5TMaT38cW
Kind Regards
-
This reply was modified 1 month, 2 weeks ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register