Remove Pages from Breadcrumb

Today, I was doing some branding for Publishing site, which is migrated from PHP/HTML using custom code.

When I enabled the breadcrumb on pages (obviously we used our own custom page layouts), the “pages” and “.aspx” in the filename is kind of annoying. Initially I thought of removing this by adding javascript/jquery on page. […]

How to Change the Background Color of WebPart Title

Hey Guys, I got a requirement from the business to change the Background color of the webpart title for Out of Box webparts. Then i started looking on CSS I found the following CSS class which overrides the style of WebPart Title.

.ms-WPHeader TD { border-bottom:0px solid #4e7cb7; border-collapse:collapse; }

Change this class as per […]