• Resolved xthebhann

    (@xthebhann)


    Hello I would like to know how to change the font color of the active menu in the seller dashboard. I’m customizing it with CSS but I can’t find that part. This is because all the other options are grey and the active has a background color that doesn’t match.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @xthebhann ,

    Are you only using Dokan Lite on your site?

    If only Dokan Lite is activated you can use this CSS to override the active dashboard menu’s font color –

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
        color: #000;
    }

    If you are trying to change the background color of the active menu, use this –

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
        background: #ccc;
    }

    You need to add this CSS in your Appearance > Customize > Additional CSS field.

    Thank you ??

    Thread Starter xthebhann

    (@xthebhann)

    Im using Dokan pro

    Hello @xthebhann ,

    When you are using Dokan Pro you will have color settings under Dokan > Settings > Color.

    To specifically change the active dashboard menu font color you can use this –

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
        color: #ccc !important;
    }

    You can contact us directly via ticket as you are already using Dokan Pro.

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change active font color’ is closed to new replies.