Custom Settings
Zeina theme gives advanced users and developers the ability to add their own CSS code directly from the control panel:
Whether you're a developer or just someone who wants more control — Custom CSS gives you the power to fine-tune the look and feel of your forum.
Copy and paste this code into your custom copyright editor and save the settings.
.breadcrumb li:last-child a { color: rgb(var(--color-text));}.dark .breadcrumb li:last-child a { color: rgb(var(--color-text-dark));}
In this example, the style color will be given to the current navigation link as in the image