XF 2.2 thread titles style and emojis

Pardal

Active member
I come back with another question about styles in the thread and emojis.

In my last post I asked how to do so that the prefix of a thread is not absorbed by the style.

We fix it with the following code:

.structItem-title a:not(.labelLink) {

I didn't realize it but the emojis were picking up the gradient colors of my style like in this example:

IMG_20210206_210303.webpCan we include some code to reserve its colors as with the prefixes?

It's a lot of fun to play with the color styles in xenforo, sometimes frustrating, but always grateful to keep learning, thanks!
 
We would need a URL to see what the markup is.

Based on the screenshot the emojis are part of the forum title and there's some sort of colour shift being applied from left to right.
 
Sorry but I don't know if I'm understanding myself. what I have indicated above is a node. the icons from android mobile.

IMG_20210207_000103.webp

In this case I attach several examples of thread, if you go down a little you will see them.

IMG_20210207_000250.webp

 
Hmm, that's interesting.

The emoji string should form part of the URL if it is added as the title, but in your case it isn't.

1612653225226.webp

This is from my localhost installation:

1612653264097.webp

1612653289608.webp


The same applies to threads:

1612653503247.webp

1612653464838.webp

I'm not sure why that is - it must be due to a customisation but not one I've seen before.
 
Deleting the code you point to, I lose the gradient of the text, the emoji looks good but I can't get the purpose of keeping both, I'm going to continue investigating 👍🏽
 
Top Bottom