T tsak76 Active member May 9, 2014 #1 where do i change class="unreadLink" to use a different img than the xenforo.ui.sprite. i searched and i couldnt find it in style properties
where do i change class="unreadLink" to use a different img than the xenforo.ui.sprite. i searched and i couldnt find it in style properties
Chris D XenForo developer Staff member May 9, 2014 #2 There is no style property for that. But the template you can modify is discussion_list.css. Alternatively you could override the CSS using the EXTRA.css template. Upvote 0 Downvote
There is no style property for that. But the template you can modify is discussion_list.css. Alternatively you could override the CSS using the EXTRA.css template.
T tsak76 Active member May 9, 2014 #3 Chris D said: There is no style property for that. But the template you can modify is discussion_list.css. Alternatively you could override the CSS using the EXTRA.css template. Click to expand... its Template: thread_list_item Code: <a href="{xen:link threads/unread, $thread}" class="unreadLink" title="{xen:phrase go_to_first_unread_message} it uses a blue round icon from the sprite and i want to change that Upvote 0 Downvote
Chris D said: There is no style property for that. But the template you can modify is discussion_list.css. Alternatively you could override the CSS using the EXTRA.css template. Click to expand... its Template: thread_list_item Code: <a href="{xen:link threads/unread, $thread}" class="unreadLink" title="{xen:phrase go_to_first_unread_message} it uses a blue round icon from the sprite and i want to change that
Chris D XenForo developer Staff member May 9, 2014 #4 As I said, the CSS for that is in discussion_list.css. Upvote 0 Downvote