Aug 26, 2020 5:48 pm
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
Aug 26, 2020 7:17 pm
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.