Recent content by Vasdev

  1. V

    XF 1.5 Alternating Node Icon Colours

    Sure! Use this: .nodeList li.level_2:nth-child(even) .primaryContent { background: (putcolourhere); } .nodeList li.level_2:nth-child(odd) .primaryContent { background: (putcolourhere); } But now I have one more question, how can I make this whole background blue, rather than white and blue...
  2. V

    XF 1.5 Alternating Node Icon Colours

    I managed to fix it. :) Thanks!
  3. V

    XF 1.5 Alternating Node Icon Colours

    For example, this: https://gyazo.com/5b59f9b3e9fd75cb443d7dfc5c510f8a I want one blue, and one black
  4. V

    XF 1.5 Alternating Node Icon Colours

    Actually was my error, I meant the thread list backgrounds.
  5. V

    XF 1.5 Alternating Node Icon Colours

    Do you know how I can fix this?
  6. V

    XF 1.5 Alternating Node Icon Colours

    I need help with my forums (http://159.203.34.248/index.php) As you see, the colours of the nodes are white and blue, but my goal is blue, and a different shade of blue. Here's the code I've used: .nodeList li.level_2:nth-child(even) .primaryContent { background: #0d98ba; } .discussionList...
Top Bottom