Posted - 01/22/2022 : 07:46:24
It is possible to modify this yourself by using the ectadmincuston.css file in the admin. If you do not have that file already, in your admin folder, just create a new page with that name and upload it there to your admin folder.
Then add the following entry to that css file
span.currpage {font-weight:bold;}
That will do the trick and will not get overwritten by updates. You can also change the color if you like, to make it stand out more.
span.currpage {font-weight:bold;color:red;}
Thanks, David
Edited by - dbdave on 01/22/2022 07:49:50
|