Hi Guys,
One of the thing I wanted to achieve is to hide a particular section in profile page. Using my browser dev tools I got the proper class name.
.crmEntityFormView .section-title {
display: none;
}
The above is the css where it is working on my browser dev tool but not on the `custom css` part.
1. Portal > Web pages > Profile > Advanced > Custom css> I have added my css there.
Is this the right way of doing it or is there any other place? Can any one please help on this.