Answered

Delete Transparency

I only want customers to be able to choose solid colours for their designs. How do I remove the transparency slider? Picture attached.


Thanks


J

  • you can hide this option using custom css in the UI Layout you are using. Please try:


    .fpd-tool-fill-opacity {
    display: none
    }
  • Thanks

  • Hi, I know this is an old thread but I tried this css code and it didn't work for me. Any suggestions?

  • Does not work sorry. Can you check agian if this really works?

  • This works for me

    Add this in the Ui Composer / Custom CSS

    [class="fpd-progress"]{display: none !important;}

    [data-defaulttext="Transparency"]{display: none !important;}

    [class="fpd-slider-number fpd-number"]{display: none !important;} 


    1 person likes this
Login or Signup to post a comment