You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the Custom CSS feature to modify the background color but am encountering difficulties.
Despite trying multiple approaches, none have succeeded.
Clearer guidance or examples on implementing custom CSS changes would be helpful.
Use Case
As a user, I want to utilize the custom CSS feature to change the background color.
Alternatives Considered
Steps Taken
I attempted to change the background color by adding the following CSS in the custom CSS editor:
Neither of the above approaches resulted in the background color change I was expecting. It appears the custom CSS might not be applying correctly or is being overridden by existing styles.
Expected Behavior
I would like to understand how to effectively use the custom CSS feature, especially for changes like setting the background color, and if there are limitations or specific classes that should be used.
Feature Request
Could you provide more documentation, examples, or a guide on how to use the custom CSS option?
A list of elements or classes available for customization would also be beneficial.
The text was updated successfully, but these errors were encountered:
hey, with the help of sonnet i was able to change some aspects of the UI, but unfortunately it works only in light mode.
This css code changes some aspects of the UI, you can change the color of them just changing the # code.
Feature Description
I am trying to use the Custom CSS feature to modify the background color but am encountering difficulties.
Despite trying multiple approaches, none have succeeded.
Clearer guidance or examples on implementing custom CSS changes would be helpful.
Use Case
As a user, I want to utilize the custom CSS feature to change the background color.
Alternatives Considered
Steps Taken
I attempted to change the background color by adding the following CSS in the custom CSS editor:
I also tried specifying classes directly, like this:
Observed Behavior
Neither of the above approaches resulted in the background color change I was expecting. It appears the custom CSS might not be applying correctly or is being overridden by existing styles.
Expected Behavior
I would like to understand how to effectively use the custom CSS feature, especially for changes like setting the background color, and if there are limitations or specific classes that should be used.
Feature Request
Could you provide more documentation, examples, or a guide on how to use the custom CSS option?
A list of elements or classes available for customization would also be beneficial.
The text was updated successfully, but these errors were encountered: