Cannabis Ape Active member Dec 19, 2020 #1 As it's a link it has the forum link color but how can I gave the threat title link a different color?
As it's a link it has the forum link color but how can I gave the threat title link a different color?
P Paul B XenForo moderator Staff member Dec 19, 2020 #2 Add this to the extra.less template. Less: [data-template="forum_view"] { .structItem-title a { color: orange; } } Upvote 0 Downvote
Add this to the extra.less template. Less: [data-template="forum_view"] { .structItem-title a { color: orange; } }
l3ta Well-known member Dec 19, 2020 #3 .structItem-title a { color: lime!important;} Upvote 0 Downvote
Cannabis Ape Active member Dec 20, 2020 #4 Brogan said: Add this to the extra.less template. Less: [data-template="forum_view"] { .structItem-title a { color: orange; } } Click to expand... l3ta said: .structItem-title a { color: lime!important;} Click to expand... Much obliged. Upvote 0 Downvote
Brogan said: Add this to the extra.less template. Less: [data-template="forum_view"] { .structItem-title a { color: orange; } } Click to expand... l3ta said: .structItem-title a { color: lime!important;} Click to expand... Much obliged.