Support » Plugin: Food Store - Online Food Delivery & Pickup » Product Short Description

  • Resolved mediavi

    (@mediavi)


    Hey,

    The text I am putting in the ‘Product short description’ works fine, untill I change the Food Store layout from 1 column to 2. The product description is not visible anymore on the front end.

    Any tips or suggestions?

    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Description area is hidden by default for 2 columns layout. You can enable it by following piece of code in the custom CSS.

    .fs-2-columns .wfs-food-item-description {
        display: block;
    }

    Please make sure to put this in customizer or style.css of activated theme. !important is needed if the above code didn’t work.

    Thanks & Regards,
    Team WP Scripts

    Dear Team,
    i am having same issue with product short description,it’s not appearing in menu for single product layout, how we can visible it.

    Regards,
    Atul S
    +91 8788408784

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @atuls1413

    Is it for desktop or mobile view? Whichever it be, you can enable it by adding display: block to the specific element.

    Thanks & Regards,
    Team WP Scripts

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Product Short Description’ is closed to new replies.