Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] How can i change NEW indicator ?

6 Posts
3 Users
3 Reactions
801 Views
Posts: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 years ago

How can i change NEW indicators colours and text ?

Topic Tags
5 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @central4allgmail-com,

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.

Posts: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 years ago

Thank you

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@central4allgmail-com,

The [new] phrase can be found in wpForo Phrase system if you search for "{new}" not a simple "new".

 

Posts: 533
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 7 years ago

Something else, how can i change the colors in the new indication in the widget ?

Than you

1 Reply
Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@central4allgmail-com,

Please use this CSS code:

.wpforo-widget-wrap .wpforo-list-item span.wpf-new-button {
background: #662660;
}

The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS, delete all caches
and press Ctrl+F5 (twice) on that page and check again.