Notifications
Clear all

[Solved] Orange colour of new icon

10 Posts
3 Users
4 Reactions
370 Views
marsm
Posts: 118
Topic starter
(@marsm)
Estimable Member
Joined: 4 years ago

I know where to change base colours for wpforo but not sure how the change new icon that’s in orange. Thanks in advance.

9 Replies
Robert
Posts: 10583
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @marsm,

There is no dedicated color for the [new] orange badge. You should use a custom CSS. Here we don't have [new] badge so I cannot provide you a CSS code. 

Reply
marsm
Posts: 118
Topic starter
(@marsm)
Estimable Member
Joined: 4 years ago

Thank you Robert. I'm a tad confused. This new button is not generated by Wpforo?

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

Support Team
Posts: 10583

@marsm,

I know what is that, I need a direct URL to that page to inspect HTML and provide CSS code. The screenshot is not necessary.

Reply
marsm
(@marsm)
Joined: 4 years ago

Estimable Member
Posts: 118
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4639

@marsm,

the CSS codes can be found below:

#wpforo #wpforo-wrap a.wpf-new-button, #wpforo #wpforo-wrap span.wpf-new-button {
    background-color: #a73232 !important;
    color: #fff;
}

#wpforo #wpforo-wrap a.wpf-new-button:hover, #wpforo #wpforo-wrap span.wpf-new-button:hover {
     background-color: #a73232 !important;
     color: #fff;
}
Reply
marsm
Posts: 118
Topic starter
(@marsm)
Estimable Member
Joined: 4 years ago

On a related note, I wanted to see if we could hire someone from Wpforo's team for some custom css coding as we'd like to make some aesthetic changes to our forums which I think will largely be css driven. Please let me know if that will be possible as you guys know your coding backwards.

Reply
2 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4639

@marsm,

Currently, we have plugin customization and PRO support services at the gVectors Team. They can assess the work and fix the issue for you. Just contact us via sales[at]gvectors.com email address.

Reply
marsm
(@marsm)
Joined: 4 years ago

Estimable Member
Posts: 118

@sofy I'll be in touch next week. Have a good weekend.

Reply
marsm
Posts: 118
Topic starter
(@marsm)
Estimable Member
Joined: 4 years ago

I've only just realised that the change above doesn't apply to sidebars that are not wpforo's. On sidebars elsewhere on the site, it's still showing new in orange. Please advise.

Reply