Remove 2 Select stick and status below form
-
Hi
Those 2 select are not necessary as you already have options to stick and status topics in the first post of each topic
here is the css :
/*HIDE TWO SELECT STICK AND STATUS BELOW FORM (ALREADY OPTION ON FIRST POST OF EACH TOPIC)*/ label[for=bbp_stick_topic] { display: none!important; } select#bbp_stick_topic_select { display: none!important; } label[for=bbp_topic_status] { display: none!important; } select#bbp_topic_status_select { display: none!important; }
- You must be logged in to reply to this topic.