how to hide short site names

Re: how to hide short site names

by Karen Holland -
Number of replies: 0
Picture of Core developers Picture of Plugin developers Picture of Testers

To hide the site name in Boost, and working on from Richard's point about needing !important, we were finally able to get some scss which worked for us, as follows:

span.site-name.d-none.d-md-inline { display: none !important; }