How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
850
Views
Jun 24, 2022 3:39 pm
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,
2 Replies
Jun 24, 2022 6:59 pm
However, I have no idea where to add this CSS code?
Dashboard > Forums > Settings > Style (custom css)