Notifications
Clear all

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

11 Posts
2 Users
5 Likes
1,298 Views
Posts: 1132
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 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: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 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: 1132
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

That didn't work Sofy πŸ™Β 

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

Support Team
Posts: 4309

@percysgrowroom

Have you deleted the caches? 

Posts: 1132
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

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

Posts: 1132
Topic starter
(@percysgrowroom)
Noble Member
Joined: 5 years ago

bump πŸ™‚

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

Support Team
Posts: 4309

@percysgrowroom

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

(@percysgrowroom)
Joined: 5 years ago

Noble Member
Posts: 1132

@sofy

thanks Sofy, hope you enjoyed your time off πŸ™‚ You have been missed lol 

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

Support Team
Posts: 4309

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: 5 years ago

Noble Member
Posts: 1132

@sofy

lol, you even put ym colour code int here lol, thanks, Ill try it now and let you know πŸ™‚

Page 1 / 2