Hi,
How can I remove “Comment” tab from Enfold Combo Widget? (I want to see just the other 2 tabs)
Thanks in advance!
Hey Sadegh!
Add this to your custom CSS.
.widget_tab_comments { display: none !important; }
Cheers!
Elliott
Thanks, it worked.