Change the color of the button when it is clicked with the mouse pointer, is there a css code?
Css change
-
where change
border-radius: ;
-
You could do something like this.
[component="categories/category"] .fa-stack { margin-right: 5px; .fa-circle::before { content: "\0000a0"; width: 24px; background-color: rebeccapurple; display: block; border-radius: 5px; } }
It's kindof a hack, you would need to modify the theme to get real control. Also, there's no way to get the category background.
Suggested Topics
-
Unsolved Weird changes nodebb
Technical Support • • Nisthar
Copyright © 2022 NodeBB | Contributors