Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi,
I found an old thread where you answered someone's question on this but I need a little more help please.
I'd like for the notifications widget to display the newest on top and oldest at the bottom.
Your reply was to:
Please try the follopwing CSS code:
#wpf-widget-profile .wpf-notification-content > ul {
display: flex;
flex-direction: column-reverse;
}
The CSS code should be added in Top Black Admin Bar > Customize > Additional CSS textarea.
However, I have no idea where to add this CSS code? How do I directly edit the Top Black Admin Bar?
Thank you so much,
However, I have no idea where to add this CSS code?
Dashboard > Forums > Settings > Style (custom css)
