Rolled out some fixes to the new Marfa theme on Micro.blog, updating the page headers and footer.
Rolled out some fixes to the new Marfa theme on Micro.blog, updating the page headers and footer.
@chet That's not possible without hiding the element with CSS (you can not alter the HTML). If you really would like to hide it you could use .p-role {display: none;}. Although this is just a hack and not very clean.