Notifications
Clear all

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

6 Posts
3 Users
3 Likes
524 Views
Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

How can i change NEW indicators colours and text ?

Topic Tags
5 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 5 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: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

Thank you

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

Support Team
Posts: 10503

@central4allgmail-com,

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

 

Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 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: 5 years ago

Member
Posts: 1869

@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.