ozm8ey Member Aug 26, 2017 #1 Hello how do I make node forums have colour? So I can have like Announcements as red for example
JohnDer Member Aug 26, 2017 #2 Add the below code to your EXTRA.css template and change the node ID (2) and the color (red) to switch your needs. Code: .node_2 .nodeTitle a{ color: red; } Upvote 0 Downvote
Add the below code to your EXTRA.css template and change the node ID (2) and the color (red) to switch your needs. Code: .node_2 .nodeTitle a{ color: red; }
ozm8ey Member Aug 26, 2017 #3 JohnDer said: Add the below code to your EXTRA.css template and change the node ID (2) and the color (red) to switch your needs. Code: .node_2 .nodeTitle a{ color: red; } Click to expand... k tried it but didn't work Upvote 0 Downvote
JohnDer said: Add the below code to your EXTRA.css template and change the node ID (2) and the color (red) to switch your needs. Code: .node_2 .nodeTitle a{ color: red; } Click to expand... k tried it but didn't work
ozm8ey Member Aug 26, 2017 #5 JohnDer said: View attachment 156457 View attachment 156458 Click to expand... ik i put _(number) as my node id and colour too but still didn't work in the extra.css Upvote 0 Downvote
JohnDer said: View attachment 156457 View attachment 156458 Click to expand... ik i put _(number) as my node id and colour too but still didn't work in the extra.css