https://i.sstatic.net/zTBhR.png
The header of my blog post on blogger currently has a unwanted "-" element that I would like to remove. This element is created using a ::before
in the CSS. I followed advice from this source and attempted to add the following CSS code:
div.post-body-container::before{
content: none;
}
I also tried some other variations of this code. Can you please help me identify where I may be going wrong?
Here is a link to my blog, which uses the Soho Neon theme.