thesignalman Active member Oct 25, 2021 #1 I’m trying to change this color to white, so it will be visible to anyone who’s trying to register. The “or” blends in with the website background, and I wanna change it to white so there will be a higher level of contrast.
I’m trying to change this color to white, so it will be visible to anyone who’s trying to register. The “or” blends in with the website background, and I wanna change it to white so there will be a higher level of contrast.
P Paul B XenForo moderator Staff member Oct 25, 2021 #2 Adding this to the extra.less template should do it: Less: .blocks-textJoiner { color: white; } Upvote 1 Downvote
thesignalman Active member Oct 25, 2021 #3 Brogan said: Adding this to the extra.less template should do it: Less: .blocks-textJoiner { color: white; } Click to expand... It works, thanks. Upvote 0 Downvote
Brogan said: Adding this to the extra.less template should do it: Less: .blocks-textJoiner { color: white; } Click to expand... It works, thanks.