Editor Tools Color

jura999

New member
Registered
Joined
Mar 25, 2025
Messages
1
Points
1

Reputation:

How can I reproduce this coloring with codes without installing the plugin? Are there color codes for these definitions? I want multiple colors in the drop-down menus, not just one color. My English is bad, sorry about that.

NO:
1.png


YES:
2.png
 

wallas

Collaborate
Collaborate
Registered
Joined
May 20, 2021
Messages
221
Points
153

Reputation:

How can I reproduce this coloring with codes without installing the plugin? Are there color codes for these definitions? I want multiple colors in the drop-down menus, not just one color. My English is bad, sorry about that.

NO:
View attachment 41196

YES:
View attachment 41197
jura999
An example.

Add the following lines to your theme's extra.less file, then save your changes.

Less:
.bbWrapper h2 {
    color: #8c72cb;
}

.bbWrapper h3 {
    color: #35a68b;
}

.bbWrapper h4 {
    color: #ba8e03;
}
 
Top