Disabling "Submit a request" in the footer | Community
Skip to main content

Disabling "Submit a request" in the footer

  • November 5, 2022
  • 2 replies
  • 0 views

I would like to disable to "Submit a request that shows at the bottom of any knowledge base article.

2 replies

Ifra
  • November 7, 2022

Hey Sharma, add the given code to the bottom area of style.css file.

.article-more-questions{
  display:none
}


Screenshot:

  • Author
  • November 8, 2022

Thank you so much, Irfa! That worked very well. :)