player1up New member Feb 4, 2020 #1 .p-navgroup-link anyone know how to edit the "register" icon - trying to set this to an external link https://www.
.p-navgroup-link anyone know how to edit the "register" icon - trying to set this to an external link https://www.
M@rc Well-known member Feb 4, 2020 #2 player1up said: .p-navgroup-link Click to expand... That's a custom theme so I can't guarantee you it's there, but try running a search without the "dot" in templates. You may find something like this in PAGE_CONTAINER: Code: {{ link('register') }} Replace it with the link you want to use. Change it back if it doesn't work (in that case, you'll need to link your forum). Upvote 0 Downvote
player1up said: .p-navgroup-link Click to expand... That's a custom theme so I can't guarantee you it's there, but try running a search without the "dot" in templates. You may find something like this in PAGE_CONTAINER: Code: {{ link('register') }} Replace it with the link you want to use. Change it back if it doesn't work (in that case, you'll need to link your forum).
player1up New member Feb 4, 2020 #3 {{ link('register') }} ...i tried this a few ways, Upvote 0 Downvote