Hello @HabitatGTR,
Thanks for sharing the login details it seems that you have added the incorrect CSS syntax in the Global CSS code.
You have not added the closing curly bracket “}”. The correct code would be like this.
I also noticed that you want to remove the icon from the single post, I would suggest you please use this code.
.single-post h1.entry-title:before {
content: none !important;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks