Can’t seem to get the post-title to stop displaying via CSS. Any help is appreciated. I inspected the page and it seems like the following should work, but it doesn’t:
#title.p-name {
display: none;
}
In this example screenshot, the element I’m trying to hide is the larger megaphone emoji title (the title in the nav bar should remain).