Home Forums WoodMart support forum product style

product style

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #377524

    enganas17
    Participant

    check 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.
    #377535

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #377554

    enganas17
    Participant

    where!
    in
    Global Custom CSS
    or
    Custom CSS for mobile landscape
    or which one

    #377743

    enganas17
    Participant

    Reminders

    #377904

    Bogdan Donovan
    Keymaster

    Hi,

    You can add it to the Global Custom CSS area in Theme Settings

    Kind Regards

    #377994

    enganas17
    Participant

    but this is for only mobile devices,

    It is okay to add it to the Global Custom CSS area !!

    #378287

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #378517

    enganas17
    Participant

    great,

    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 do

    thanks

    #378769

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #378789

    enganas17
    Participant

    Thanks 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 that

    #378908

    Bogdan Donovan
    Keymaster

    Hi,

    You can store any CSS code in that area and code size doesn’t matter.

    Kind Regards

    #379105

    enganas17
    Participant

    so why we should use the child theme if this area can save the code

    #379247

    Bogdan Donovan
    Keymaster

    Hi,

    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

Viewing 13 posts - 1 through 13 (of 13 total)