• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Issue: Having issues with text stroke in post flair

Hello. I was trying to change some things on my post flair when the text stroke stopped appearing on my username. I didn't change anything about the text stroke, it just won't show up anymore. All the other text strokes are still showing up on everything else on my flair though. I tried copy-pasting the CSS line for the text stroke on the Username section and the text stroke still isn't showing up on my username.

This is the code I'm using, if it helps at all:
[PokeCommunity.com] Having issues with text stroke in post flair

[PokeCommunity.com] Having issues with text stroke in post flair
I've been using <-webkit-text-stroke> to create the text stroke. If there's a better way to do it, please let me know. I'm not the best with CSS.
 
Hello. I was trying to change some things on my post flair when the text stroke stopped appearing on my username. I didn't change anything about the text stroke, it just won't show up anymore. All the other text strokes are still showing up on everything else on my flair though. I tried copy-pasting the CSS line for the text stroke on the Username section and the text stroke still isn't showing up on my username.

This is the code I'm using, if it helps at all:
View attachment 160145

View attachment 160146
I've been using <-webkit-text-stroke> to create the text stroke. If there's a better way to do it, please let me know. I'm not the best with CSS.

Hello - you are essentially applying two different colours for this so what is happening is one is showing and the other, being smaller in size, is just being overwritten.

If you want to apply it to everything, then just put it in the Main Block, but that will just apply the same to all text in the flair. If you want different colours/sizes, then don't put anything in the Main Block and instead put the separate -webkit-text-stroke lines in each box as needed.

That should work (I tested it on mine and it seemed to work OK), but if there are still any problems, just reply and we can look into it.
 
Back
Top