webbouk Well-known member Jan 15, 2025 #1 Please can someone tell me how to change the colour of the text links for the post date and the 'share' 'bookmark' 'post number' icons See below...
Please can someone tell me how to change the colour of the text links for the post date and the 'share' 'bookmark' 'post number' icons See below...
Abu Abdullah Member Jan 15, 2025 #2 You can achieve this using custom CSS by applying it to your extra.less Code: .message-attribution-main { color: red; } .message-attribution-gadget{ color: red; } Upvote 0 Downvote
You can achieve this using custom CSS by applying it to your extra.less Code: .message-attribution-main { color: red; } .message-attribution-gadget{ color: red; }