XF 1.5 Tagged user and Sidebar links

triforceguy1

Active member
Hello,

What is the styling element for the little tooltip that appears when you start tagging a user (the one that displays users based on what letters you have typed).
Also, I'm trying to change the colour of the white text in the sidebar (see attached images), but I cannot figure out how.

Screen Shot 2017-02-18 at 15.14.14.webp Screen Shot 2017-02-18 at 15.14.09.webp

Thanks in advance
Leon
 
For the first one, use these classes:
  • ul.autoCompleteList
  • ul.autoCompleteList li:hover, ul.autoCompleteList li.selected

For the second one:
  • Style Properties -> Building Blocks -> Secondary Content Link
  • Style Properties -> General -> Body
 
For the first one, use these classes:
  • ul.autoCompleteList
  • ul.autoCompleteList li:hover, ul.autoCompleteList li.selected

For the second one:
  • Style Properties -> Building Blocks -> Secondary Content Link
  • Style Properties -> General -> Body
Thank you, the first part works great, the second part, not so much. It's changing all the text in posts and the thread list but not the sidebar
 
Top Bottom