Home Forums WoodMart support forum Product short description only for desktop?

Product short description only for desktop?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #320000

    Omar42
    Participant

    Hi together

    its maybe possible that the product shorr description is only possible in the desktop view and not mobile. And the font maybe possible like the main font in the shop poppins.

    #320094

    Luke Nielsen
    Keymaster

    Hello,

    Please, attach some screenshots for a better understanding of what you need to change.

    Then I will check your request and do my best to help you.

    Kind Regards

    #320097

    Omar42
    Participant

    Hello

    Yes of course attached a picture.

    I want that the short description on the single product page is only shown by desktop and hide on mobile can you help me please.

    #320213

    Luke Nielsen
    Keymaster

    Hello,

    In order to remove the short product description on the mobile, try to use custom CSS in Theme Settings -> Custom CSS -> enter the code in the field “Custom CSS for mobile”

    .single-product .woocommerce-product-details__short-description {
      display: none;
    }

    Kind Regards

    #320227

    Omar42
    Participant

    Hello thanksvery much.

    Its also possible that only one sentence is shown in mobile. because i need 1 sentence for delivery time..attached a picture. you see the sentence ” lieferzeit: in 2-3 Wochen bei Dir” i need only this sentence in mobile view.

    Attachments:
    You must be logged in to view attached files.
    #320340

    Luke Nielsen
    Keymaster

    Hello,

    The sentence ”lieferzeit: in 2-3 Wochen bei Dir” is a single product description

    https://monosnap.com/file/v0u0rXacGPGDEZ7QxvwkEDoqkTOEnu

    You wrote above that you want to hide a single product description on mobile, and I attached the custom CSS code, and now you want to show a single product description on mobile, please clarify your question and I will do my best to help you.

    Kind Regards

    #320343

    Omar42
    Participant

    I use the short product description for the delivery time. Therefore, my question is whether it would be possible to design the CSS code in such a way that perhaps the short product description is switched off at mobile view, but only 1 sentence is visible which is required by me for the delivery time. I just need to have this sentence visible on Mobile “delivery time within 2-3 weeks. Deactivate short product description in mobile view except for 1 sentence for delivery information.

    #320510

    Luke Nielsen
    Keymaster

    Hello,

    Unfortunately, a single product description has only one CSS class, so we can show it or hide it.

    But you can use the “Before “Add to cart button” ” option to show the delivery text. Go to Theme Settings -> Single product -> Add to cart options -> find the “Before “Add to cart button” field and enter what you want. The text from this field will always be displayed on mobile devices and desktops.

    https://monosnap.com/file/e8R1iJ2Z0kRR82AeWrPcDqMJRS93Rd

    https://gyazo.com/cee9603c440dc90d2f3f4d3bd09bb3f3

    https://gyazo.com/c4549afb8fcb6314c4eafc46573f7709

    Let us know if there’s anything else we can do for you!

    Kind Regards

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