XF 1.4 What CSS Changes Text Color for Node Discusion Boards?

Mv.RFX

New member
Profile - Copy.webp

I want to change the color of "Rules and Announcements" board (and all other boards) to orange for example.

What CSS changes that?

also a side questions. How can I change the boards icon? the icon is seen on the image on the left side of "Rules and Announcements"?

I tried:

Code:
.nodeList .categoryStrip .nodeTitle a {
  color: #6d3f03;
}

but it changed the color of the main node and not the sub nodes or boards as they are called usually.
 
Last edited:
Style Properties > General > Link

Style Properties > Node Icons

You'll need to upload your own images to the server and then call them in those properties.
 
Style Properties > General > Link

Style Properties > Node Icons

You'll need to upload your own images to the server and then call them in those properties.

Thanks. All are working. All except the normal link. No matter what I do the normal link stays the same color. You can bold it, you can underline it, but you cant change its color. You can however, change the color when you hover over it. just not the normal one. Im using the FlatAwesome Dark version theme. Is it possible that they locked this one at a certain value?
 
Top Bottom