Jump to content

how to hide "start new topic" button


Jiongan Wang

Recommended Posts

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;}

 

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...