R reddy ink Active member Dec 28, 2015 #1 Only the bottom links (Edit, Delete, Report, Comment ) color needs to be changed. .profilePage .primaryContent a { color: #000000; } Missing one more element specific to bottom elements as above code changes all of profile page.
Only the bottom links (Edit, Delete, Report, Comment ) color needs to be changed. .profilePage .primaryContent a { color: #000000; } Missing one more element specific to bottom elements as above code changes all of profile page.
P Paul B XenForo moderator Staff member Dec 28, 2015 #2 Each element has a specific class such as edit, delete, report. You can use higher specificity to target them. This set of guides should help: https://xenforo.com/community/resources/how-to.4390/ Upvote 0 Downvote
Each element has a specific class such as edit, delete, report. You can use higher specificity to target them. This set of guides should help: https://xenforo.com/community/resources/how-to.4390/