How can i change NEW indicators colours and text ?
How can i change NEW indicators colours and text ?
All wpforo phrases are located in Dashboard > Forums > Phrases admin page. You can find and change each phrase as you like. If you don't find the phrase, please, click the [Add New] button, insert the identical English version of that phrase as Phrase Key and the translated phrase as Phrase Value.
Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textarea, to change the background color of the new indicators.
#wpforo #wpforo-wrap span.wpf-new-button{
background: #662660;
}
#wpforo #wpforo-wrap span.wpf-new-button:hover{
background:#823270;
}
The red marked value can be changed.
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.
Thank you
Something else, how can i change the colors in the new indication in the widget ?
Than you