Title: event image css
Last modified: December 6, 2021

---

# event image css

 *  Resolved [plumacom](https://wordpress.org/support/users/plumacom/)
 * (@plumacom)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/event-image-css/)
 * Hi,
    I’l like to have a rounded image in the event list view so I tried via Css:
 * .qem-list-image {
    border-radius: 50px;!important; }
 * I’m not an expert and I had no result with this css.
 * May you help me?
 * thanks!
 * Best regards
 * cinzia
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fevent-image-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Arreane](https://wordpress.org/support/users/yanex/)
 * (@yanex)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/event-image-css/#post-15136548)
 * Hi,
 * You code is actually correct. I manually injected your CSS code in a browser 
   to show you that it works. [https://share.getcloudapp.com/GGu41EGN](https://share.getcloudapp.com/GGu41EGN)
 * The problem is on how you add your CSS. It’s also possible that the reason why
   the changes didn’t reflect is because of some caching issues. So make sure to
   clear/purge all your cache. Also try deactivating your caching plugins if there
   is any.
 *  Thread Starter [plumacom](https://wordpress.org/support/users/plumacom/)
 * (@plumacom)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/event-image-css/#post-15139232)
 * Hi
    here below all the css I used. Maybe there’s something wrong:
 * .qem-list-image {border-radius: 50px;!important;}
 * .qem_title {font-size: 24px;
    font-weight: bold;}
 * .qem-image {display: none;}
 * .qem-register {max-width: 100%;
    overflow: hidden; width: 550px; font-weight:
   500; font-size: 14px;}
 * .desc { font-size: 18px;
    font-weight: 500;}
 * .qemback {font-weight: 600;}
 * thanks!
 * Cinzia
 *  [Alan Fuller](https://wordpress.org/support/users/alanfuller/)
 * (@alanfuller)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/event-image-css/#post-15139486)
 * You have an ; in front of ! important, that is incorrect only ! Is needed
 * `.qem-list-image {border-radius: 50px;!important}`
 * Should be
 * `.qem-list-image {border-radius: 50px!important}`
 *  Thread Starter [plumacom](https://wordpress.org/support/users/plumacom/)
 * (@plumacom)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/event-image-css/#post-15139548)
 * oh Gosh! new glasses required|
    now it works! thanks a lot! cinzia

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘event image css’ is closed to new replies.

 * ![](https://ps.w.org/quick-event-manager/assets/icon-256x256.png?rev=3318950)
 * [Quick Event Manager](https://wordpress.org/plugins/quick-event-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-event-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-event-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-event-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-event-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-event-manager/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 3 participants
 * Last reply from: [plumacom](https://wordpress.org/support/users/plumacom/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/event-image-css/#post-15139548)
 * Status: resolved