color key words
-
@Demerzel
go to http://yourwebsite.com/admin/appearance/customiseand paste this code
body { color: #121212; background-color: #fafafa; }
Use this site to get the color hex codes
https://www.color-hex.comreplace in my example the #121212 and #fafafa into the color hex code you want to have it.
make sure the Enable Custom CSS/LESS switch is turned on.
press save (right-down corner)
and you will see the new colors
-
@Demerzel said in color key words:
can we change the background color and the text of the keywords?
if yes? how and where?
ex : Black background and green writingBlack and green
.category>ul>li .tag-list .tag { background: #000000; color: #00bb10; }
or
.category>ul>li .tag-list .tag { background: black; color: green; }
-
Thanks for sharing
Copyright © 2024 NodeBB | Contributors