OctoPrint-Themeify icon indicating copy to clipboard operation
OctoPrint-Themeify copied to clipboard

Trouble editing text colors

Open idlekun opened this issue 5 years ago • 1 comments

I am curious if anyone would help me figure a few things out.

I am trying to change my text color. I am using the Discoranged profile as a base. I would like to change all the orange text to another color but I can't figure out how.

I have tried .navbar-text with the css rule of color but that doesn't seem to apply any color to anything.

Am I doing something wrong? Are there other things I should try out? Also curious if I will need other selectors for the other text. If there is a place I can find a list that would be great to know!

Thanks!

idlekun avatar Oct 12 '20 00:10 idlekun

I would encourage you to use inspect element to find selectors to change.

There's no easy way to just change a theme color in the UI other than finding the selectors. You could however enable stylesheet: less in your config.yaml, and find the less files in the installed plugin directory. You could change them there and see them.

See here for more information regarding finding the config.yaml and plugin location https://docs.octoprint.org/en/1.4.0/configuration/config_yaml.html

Birkbjo avatar Nov 04 '20 15:11 Birkbjo