• Resolved evielutions

    (@evielutions)


    Not all my food items have images, is there a way to specify on the food item to not include image so that the default placeholder doesn’t show and it just make the item full width?

Viewing 1 replies (of 1 total)
  • Hi,

    There has no way to to make this but you can hide default image by adding some css. Please add the below CSS snippet in Dashboard->Appearance->Customizer->Additional CSS

    .fmp-image-wrap .default-img {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Food images’ is closed to new replies.