How to change pinfo in top bar

I can’t seem to change the font to white and hover to light grey

Hi,

To achieve that, you can add the code below in Theme Options > CSS

.x-topbar .p-info, .x-topbar .p-info a {
    color: #fff;
}

Hope that helps

Perfect thanks :grinning:

Hi there,

Here are some links that might be helpful for future reference:

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.