Little help with skin styles
-
Hi, I got a website getting ready to launch, trying to iron out few little quirks:
I am using persona with the slate skin, the skin is causing an issue on small screens (mobile) when browsing topics, the topic path on top is missing a slash, it looks like so:
All I really want to do is make it look the same as in the default style (without slate skin):
May I get a pointer to the custom CSS I should modify? I was poking around but I really suck at this kind of stuff.
By the way, here is my test website (with a multiplayer board game ready to be played): https://limitless-fjord-25395.herokuapp.com
-
Try the css
.breadcrumb li::before { display: inline-block !important; }
Copyright © 2024 NodeBB | Contributors