Answered
Is that possible to hide filter Tab at Andvance image edit?
is that possible to hide the entire Filter Tab, or some of the filters? by CSS?
I have to switch advance filter on to enable the Mask Crop
Many Thanks
is that possible to hide the entire Filter Tab, or some of the filters? by CSS?
I have to switch advance filter on to enable the Mask Crop
Many Thanks
Yes, you can hide it with CSS. Inspect the page to get the relevant class to hide the Filers feature of advanced editing.
Is that possible to give me some example in fancy open in light box? many thanks
I want only the crop function tab, but disable the whole filter or disable selected filter. Plan on Engraving business with no color filter need
if anyone has CSS example will be many thanks
thank you very much, i was using .fpd-tool-filters{display: none !important;}
Just try your CSS, but filter main tab still here, if that possible to hide the whole filter tab and only show the Crop option? or just simply switch Crop in the first tab?
many thanks
That hide the filter tab, but show the filter too
Hope it will only show the crop
Here is an improved CSS snippet:
120% thank you very much~~~