Jump to content

Can't change the text color of this orange-background notification


Go to solution Solved by insomnious,

Recommended Posts

Hi, I have set the font color to white in the Theme section of the settings but the text in this notification is still black. Is there a way to make it white please? Thanks in advance!

image.png.de240023a7c6cddd92ff8d9193e3cffa.png

Here are my current Theme settings:
image.thumb.png.a0b22da69b8acdaded53a522e255a8cb.png

image.png

Link to comment
Share on other sites

  • Solution

The warning notification is a specific use of text color (due to the lighter background) and so the default one is being overidden. If you are making your own theme, the warning text color can be changed with this css selector.

.notification.alert-warning {
    color: #123456;
}

If you are on Discord, most Vortex theme chat happens in the #vortex-dev channel. Myself and others will be happy to help.

Thanks

Link to comment
Share on other sites

 

45 minutes ago, insomnious said:

The warning notification is a specific use of text color (due to the lighter background) and so the default one is being overidden. If you are making your own theme, the warning text color can be changed with this css selector.

.notification.alert-warning {
    color: #123456;
}

If you are on Discord, most Vortex theme chat happens in the #vortex-dev channel. Myself and others will be happy to help.

Thanks

Perfect solution, thank you!!

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...