function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChinnoduChinnodu 

community users in visualforce page

Hi Experts,

I would like to remove the standard button(Find Articles) to community users ?

Actually i have written below code but it is working for internalusers . now i want remove the standardbutton(Find Articles) from customer portal (community users ) in visualforce page 

<style type="text/css">
      input.btn[value="Find Articles"] {
            display: none !important;
     }   
    </style>
    

Kindly help me on this.

Chinnodu