Announcement

Collapse
No announcement yet.

Hiding Out of Stock Attributes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Hiding Out of Stock Attributes

    So Pagebuilder does this; it uses the opacity to reduce the visibility. I want to make them even less visible by changing the opacity to 0.1 or 0.2. I can't work out how to do it, as it seems it is locked, reading about mmx-customizations items need to be in the mmx base to be available, and the mmx-form-radio isn't. Is there another way?

    .mmx-form-radio {
    & .mmx-form-radio__input, & .mmx-form-radio-input {
    &:disabled + .mmx-form-radio__caption, &:disabled + .mmx-form-radio-caption {
    1. opacity: 0.5;
    2. cursor: not-allowed;

    }
    }
    }
    Steve Gerard
    www.flyshop.co.nz

    #2
    I'm going to tag along here but also have a question. Are you talking about on the product page or the new (maybe not finished) ability to display them on the ctgy,srch etc pages?
    Mark Hood
    Vermont Gear

    Comment


      #3
      Originally posted by Mark Hood View Post
      I'm going to tag along here but also have a question. Are you talking about on the product page or the new (maybe not finished) ability to display them on the ctgy,srch etc pages?
      Just on the product pages is where we use them currently
      Steve Gerard
      www.flyshop.co.nz

      Comment

      Working...
      X