Home / Forums / WoodMart support forum / product style
Home › Forums › WoodMart support forum › product style
product style
- This topic has 12 replies, 2 voices, and was last updated 3 years, 5 months ago by
Bogdan Donovan.
-
AuthorPosts
-
May 20, 2022 at 4:03 pm #377524
enganas17Participantcheck the attachments please,
if I choose (Quick) in product style,
i didn’t find the quick view icon in mobile devices, why!Attachments:
You must be logged in to view attached files.May 20, 2022 at 4:37 pm #377535
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .wd-buttons .wd-quick-view-icon { display: inline-flex; }Kind Regards
May 20, 2022 at 5:09 pm #377554
enganas17Participantwhere!
in
Global Custom CSS
or
Custom CSS for mobile landscape
or which oneMay 22, 2022 at 1:14 am #377743
enganas17ParticipantReminders
May 23, 2022 at 9:31 am #377904
Bogdan DonovanKeymasterHi,
You can add it to the Global Custom CSS area in Theme Settings
Kind Regards
May 23, 2022 at 1:01 pm #377994
enganas17Participantbut this is for only mobile devices,
It is okay to add it to the Global Custom CSS area !!
May 24, 2022 at 9:54 am #378287
Bogdan DonovanKeymasterHi,
This button is already shown on desktop devices, so this code is not break anything, and at the same time, you don’t need to add it twice for mobile and mobile landscape custom CSS areas.
Kind Regards
May 24, 2022 at 11:48 pm #378517
enganas17Participantgreat,
one more thing, if I update the theme in the future, do we need to add the codes again, or should use a child theme for that,
or don’t need anything to dothanks
May 25, 2022 at 4:26 pm #378769
Bogdan DonovanKeymasterHi,
Custom CSS area in Theme Settings, designed especially for storing custom code and will be staying the same after theme updates as other configured theme settings options.
Kind Regards
May 25, 2022 at 4:58 pm #378789
enganas17ParticipantThanks for the information, so you mean if there is a big code, then it will not be added to the Custom CSS area,
and it will add to other location or something like thatMay 26, 2022 at 9:04 am #378908
Bogdan DonovanKeymasterHi,
You can store any CSS code in that area and code size doesn’t matter.
Kind Regards
May 26, 2022 at 5:32 pm #379105
enganas17Participantso why we should use the child theme if this area can save the code
May 27, 2022 at 9:52 am #379247
Bogdan DonovanKeymasterHi,
There is no difference. You can use a child theme instead if it is more suitable for you. It will work like any other WordPress theme.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register