Remove text next to the logo

Re: Remove text next to the logo

by Giovanni Vosloo -
Number of replies: 1
Hi Csaba,

This can be done yes, but not as a setting, you will need to make use of custom CSS style coding to achieve this. I am also not 100% sure if you will have access to the proper place to put styling code when using the Moodle cloud solutions.

Regards
Giovanni Vosloo
AOSIS PTY ltd - South African Moodle partner
In reply to Giovanni Vosloo

Re: Remove text next to the logo

by Anthony M -
The next is the code in Boost theme...

.site-name {
display: none !important;
}