Fixing old pre-1.6.1 themes #1398
Answered
by
DaveDavenport
DaveDavenport
asked this question in
Theming
-
In 1.6.1 we split the To make an old theme work add the following section to the theme file: element-text {
background-color: inherit;
text-color: inherit;
} |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Aug 30, 2021
Replies: 1 comment
-
If you use icons, you might want to add: element-text, element-icon {
background-color: inherit;
text-color: inherit;
} instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DaveDavenport
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you use icons, you might want to add:
instead.