Jump to content

Help to disable a CSS code


Recommended Posts

Hello,

I need to disable this "width" but I'm not getting it.

Could contain: Text

 

I already tried the following way, but it doesn't seem to be the correct way

.cCmsCategoryFeaturedEntry.cms3ColImageFeature .cCmsRecord_image img {
    width: none !important;
}

Could contain: Text, Menu, Page, Electronics, Monitor, Display, Screen

Link to comment
Share on other sites

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 by Davyc
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...