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
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.
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
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}
oh Gosh! new glasses required|
now it works!
thanks a lot!
cinzia