Pioneer Theme - Remove Full Site Name?

Pioneer Theme - Remove Full Site Name?

by Andrew Lian -
Number of replies: 2

Hello 

the title says it all. Is it possible to remove the full site name so it does not appear in the header and the header can replace the site name with graphics?

Thanks so much - I keep saying it but I really do love Pioneer.

Andrew

Average of ratings: -
In reply to Andrew Lian

Re: Pioneer Theme - Remove Full Site Name?

by Chris Kenniburg -
Picture of Plugin developers

#page-my-index  .course-title {

    display: none;

}

#page-site-index .course-title {

    display: none;

}


This hides it if you use Dashboard or Site Home options in Moodle for the initial homepage.