Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Jiongan Wang Posted October 6, 2018 Posted October 6, 2018 how to hide the "start new topic" button on index page, can any one teach me plz.
Genestoy Posted October 7, 2018 Posted October 7, 2018 Here is what I did - add the code to your custom.css in the ACP - you can use one or both to get what you want /** *removes the space where the start new topic button was */ .ipsBreadcrumb.ipsBreadcrumb_top { margin: 0 20px -10px; } /** *removes the Start New Topic on the index page */ [data-pagecontroller="topic"] #ipsLayout_mainArea .ipsToolList li.ipsResponsive_hidePhone a[href$=add] {display: none;}
Jiongan Wang Posted October 9, 2018 Author Posted October 9, 2018 On 10/7/2018 at 4:10 PM, Genestoy said: Here is what I did - add the code to your custom.css in the ACP - you can use one or both to get what you want /** *removes the space where the start new topic button was */ .ipsBreadcrumb.ipsBreadcrumb_top { margin: 0 20px -10px; } /** *removes the Start New Topic on the index page */ [data-pagecontroller="topic"] #ipsLayout_mainArea .ipsToolList li.ipsResponsive_hidePhone a[href$=add] {display: none;} thanks for the help, but it's not working for me...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.