• Resolved mrnnrt

    (@mrnnrt)


    I would like the product description to show on both desktop and mobile, but on mobile it only shows the product title

    The page I need help with: [log in to see the link]

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

    (@wpscripts)

    Hello,

    To make it compact and clean the description has been hidden using CSS for grid layout on desktop and on mobile view.

    Please add the below code on customizer or style.css of active theme to make them visible.

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

    Hope this helps.

    Regards,
    Team WP Scripts

Viewing 1 replies (of 1 total)
  • The topic ‘Description only showing on desktop’ is closed to new replies.