SuperMonis Member Aug 9, 2018 #1 Hi, How would I go about adding color to a thread title, a specific thread in particular using extra.less.
Hi, How would I go about adding color to a thread title, a specific thread in particular using extra.less.
Jordyn Well-known member Aug 10, 2018 #2 Try this mate? Replace ID with thread ID. Code: .js-threadListItem-ID .structItem-title a { color: green; } You can actually have some fun with this, thanks for the idea. Code: .js-threadListItem-ID .structItem-title a { color: white; font-family: Comic Sans MS; font-weight: bold; font-size: 15; background-color: #1ab7ea; background-image: ; background-repeat: ; text-transform: uppercase; } Attachments test.webp 5.6 KB · Views: 54 Last edited: Aug 10, 2018 Upvote 0 Downvote
Try this mate? Replace ID with thread ID. Code: .js-threadListItem-ID .structItem-title a { color: green; } You can actually have some fun with this, thanks for the idea. Code: .js-threadListItem-ID .structItem-title a { color: white; font-family: Comic Sans MS; font-weight: bold; font-size: 15; background-color: #1ab7ea; background-image: ; background-repeat: ; text-transform: uppercase; }
SuperMonis Member Aug 10, 2018 #3 Jordyn said: Try this mate? Replace ID with thread ID. Code: .js-threadListItem-ID .structItem-title a { color: green; } You can actually have some fun with this, thanks for the idea. Code: .js-threadListItem-ID .structItem-title a { color: white; font-family: Comic Sans MS; font-weight: bold; font-size: 15; background-color: #1ab7ea; background-image: ; background-repeat: ; text-transform: uppercase; } Click to expand... Perfect! Thank you. Upvote 0 Downvote
Jordyn said: Try this mate? Replace ID with thread ID. Code: .js-threadListItem-ID .structItem-title a { color: green; } You can actually have some fun with this, thanks for the idea. Code: .js-threadListItem-ID .structItem-title a { color: white; font-family: Comic Sans MS; font-weight: bold; font-size: 15; background-color: #1ab7ea; background-image: ; background-repeat: ; text-transform: uppercase; } Click to expand... Perfect! Thank you.
Jordyn Well-known member Aug 10, 2018 #4 SuperMonis said: Perfect! Thank you. Click to expand... Awesome mate cheers Upvote 0 Downvote