Notifications
Clear all

wpForo 1.x.x [Solved] Pop up box Colour Broken

11 Posts
2 Users
5 Reactions
1,638 Views
Posts: 1212
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

Hi, I installed a new theme on my site. Looks amazing BTW 😉 

But, i have noticed the pop up box in the top right, the one that says "you have liked this post" and things like that, has changed colour. 

It is usually dark green, but it is more yellow now. It must be something todo with the theme, as i haven't changed that colour as far as i know. 

Has anyone else experienced a similar issue? Does anyone have any idea on how to get it fixed? 

10 Replies
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@percysgrowroom,

Please add the following CSS code in the "Custom CSS code" textaera:

#wpf-msg-box > p {
background-color: #438601;
}
#wpf-msg-box > p:after {
border-color: transparent #438601 !important;
}

Please change the red marked code as you like before using.

Posts: 1212
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

That didn't work Sofy 🙁 

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

Support Team
Posts: 4900

@percysgrowroom

Have you deleted the caches? 

Posts: 1212
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

yes i have, it seems to have worked on the message box but not the "you have liked this post" box? 

Posts: 1212
Topic starter
(@percysgrowroom)
Noble Member
Joined: 6 years ago

bump 🙂

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

Support Team
Posts: 4900

@percysgrowroom

yes I see the issue, please wait a bit. We'll provide a solution very soon. 

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1212

@sofy

thanks Sofy, hope you enjoyed your time off 🙂 You have been missed lol 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4900

Thank you @percysgrowroom,

The CSS code that solves the issue is:

#wpf-msg-box > p.success{
background: #1a5c00 !important;
border: 1px solid #1a5c00;
}

Please change the red marked code if it's necessary. 

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1212

@sofy

lol, you even put ym colour code int here lol, thanks, Ill try it now and let you know 🙂

Page 1 / 2