I want to turn off the add condition in search builder

I want to turn off the add condition in search builder

rivg26rivg26 Posts: 5Questions: 3Answers: 0


I want to remove the add condition in search builder any idea how ? thanks

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    You can use standard CSS - see example here :

    .dtsb-add {
      visibility: hidden;
    }
    

    Colin

  • rivg26rivg26 Posts: 5Questions: 3Answers: 0

    Thanks a lot colin!

Sign In or Register to comment.