Removing The Site Name & Course full name from All Headers

Removing The Site Name & Course full name from All Headers

by Nate Jones -
Number of replies: 1

Is there a place to remove the site name and course full name so it doesn't show anywhere throughout the site? We are using version 3.2.2 and a theme of Boost. I have found the full name listed on pages so I could remove it on that page but didn't want to have to edit each page to remove it.

Average of ratings: -
In reply to Nate Jones

Re: Removing The Site Name & Course full name from All Headers

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Removing the site name and Course full name from all headers can be achieved by adding the following CSS to the Raw SCSS box in the Boost > Advanced settings page...

.page-context-header .page-header-headings h1 {
display: none;
}

Average of ratings: Useful (1)