• Hi
    I would like to know how to hide the following places:
    1. The search bar of the Message Box
    2. File of Bulk action of Message Box
    3.Show all menu of Message Box
    4.Apply button

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    Please add following code in Front End PM > Settings > Appearance > Custom CSS

    .fep-messagebox-search-form-div {
    	display: none;
    }
    .fep-action-table {
    	display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘hide some options’ is closed to new replies.