RichardKYA Well-known member Apr 24, 2015 #2 Try ".xenTooltip.statusTip .arrow" in xenforo.css Upvote 0 Downvote
rafass Well-known member Apr 24, 2015 #3 Hello Again RichardKYA! finally has been fixed with the follow codes: Code: /*Tooltip arrow left*/ .nodeDescriptionTip .arrow { border-color: transparent rgba(185, 9, 9, 9) transparent #BF0000!important; } .xenTooltip.statusTip .arrow { border-color: transparent rgba(185, 9, 9, 9) transparent #BF0000!important; } Thank you! Upvote 0 Downvote
Hello Again RichardKYA! finally has been fixed with the follow codes: Code: /*Tooltip arrow left*/ .nodeDescriptionTip .arrow { border-color: transparent rgba(185, 9, 9, 9) transparent #BF0000!important; } .xenTooltip.statusTip .arrow { border-color: transparent rgba(185, 9, 9, 9) transparent #BF0000!important; } Thank you!
Steve F Well-known member Apr 24, 2015 #4 You should be able to change all that in the style properties just so you know. Style Properties -> Forum / Node List -> Description Tooltip Arrow Upvote 0 Downvote
You should be able to change all that in the style properties just so you know. Style Properties -> Forum / Node List -> Description Tooltip Arrow
Amaury Well-known member Apr 24, 2015 #5 Which specific tooltip is that? There is a style property for it. Upvote 0 Downvote
rafass Well-known member Apr 24, 2015 #6 I guess I like the old school xd Thanks Steave F! I have to use more that way, my Extra.CSS is getting very fat LOL Upvote 0 Downvote
I guess I like the old school xd Thanks Steave F! I have to use more that way, my Extra.CSS is getting very fat LOL
Amaury Well-known member Apr 24, 2015 #7 rafass said: I guess I like the old school. Thanks Steave! I have to use more that way, my Extra.CSS is getting very fat LOL Click to expand... EXTRA.css is fine, but almost everything has a style property, so make sure whatever you want to change doesn't have a style property first and then use custom CSS if it doesn't. Upvote 0 Downvote
rafass said: I guess I like the old school. Thanks Steave! I have to use more that way, my Extra.CSS is getting very fat LOL Click to expand... EXTRA.css is fine, but almost everything has a style property, so make sure whatever you want to change doesn't have a style property first and then use custom CSS if it doesn't.