Notifications
Clear all

wpForo 1.x.x [Closed] Welcome message problem

2 Posts
2 Users
0 Likes
569 Views
Posts: 30
Topic starter
(@miikinki)
Trusted Member
Joined: 4 years ago

Hello again. My problem is that every time i click forum page i get the "welcome back" message notification. How could i make it only show once and not every time? Or is there way to disabe all the notification messages? 

Attached gif file to show the problem.

1 Reply
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @miikinki,

...is there way to disabe all the notification messages? 

Please try the following CSS code:

#wpf-msg-box{
display:none !important;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page, "Custom CSS Code" textarea.

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.