Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how can I change the color of subforum icons ?
and how can I change the color of the places I marked in the picture
can you share the css code about this? or from which file can I change it in the folder where the theme is installed ?
All of these elements use the $primary color, you can change it at /admin/appearance/customise#bsvariables see below
/admin/appearance/customise#bsvariables
This would look like this
@baris very very thanx yurttaş
@baris How can we make the category title colors be fixed like the black color at the bottom? I don't want it to be blue.
The categories are added an unread class when they are unread, you can target that class and turn the color back to normal
unread
ul.categories-list li.unread .title { color: initial; }