• Hey there,

    We would like to show the thumbnail/logo/featured image with a different size than default. I already disabled the thumbnail generation (150×150). But I would like to add some custom CSS to show height: auto; width: 190px;.
    This however gets overwritten by your default CSS because the height and width have !important. The file is located in /wp-store-locator/frontend/class-frontend.php
    I’m not a fan of this and I don’t see why this should be used.

    I can simply delete this everytime an update is released. But that wouldn’t have my preference.
    Is there a possibility to disable this in an update?

    With kind regards.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    The !important is there to prevent any random theme from breaking the set image format, which would results in me being flooded with support tickets.

    To change the image format you can use this filter. The code has to go in the functions.php inside your active theme folder. Do make sure to clear your browser cache.

Viewing 1 replies (of 1 total)

The topic ‘Thumbnail CSS’ is closed to new replies.