Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 11, 20222 yr Hello, I need to disable this "width" but I'm not getting it. I already tried the following way, but it doesn't seem to be the correct way .cCmsCategoryFeaturedEntry.cms3ColImageFeature .cCmsRecord_image img { width: none !important; }
August 11, 20222 yr You're getting an error on those entries so change 'none' to 0% or 0px and that should clear it 😉 I forgot to add, that you may find that your images might not display at all - so check to see what happens and if needs be add some width in there that's acceptable to you. Edited August 11, 20222 yr by Davyc
August 11, 20222 yr Author 6 minutes ago, Davyc said: You're getting an error on those entries so change 'none' to 0% or 0px and that should clear it 😉 I forgot to add, that you may find that your images might not display at all - so check to see what happens and if needs be add some width in there that's acceptable to you. If I change value, the image disappears. Looks like I'll need to edit in advanced mode and go to source of file.
August 11, 20222 yr Author I had to edit in root of file (advanced mode), since the custom.css didn't allow me. HORRIBLE this 4.7.0 update that hidden css files. Edited August 11, 20222 yr by Hisashi
August 11, 20222 yr 34 minutes ago, Hisashi said: If I change value, the image disappears. I had a feeling it would - happy that you got it sorted though, and agree about the CSS files 😉