How can I change this text?
4 posters
Page 1 of 1
How can I change this text?
Hello,
In the memberlist there is a button with the text "Ok" written on it by default. I would like to change this to "OK".
phpBB3
Thanks.
In the memberlist there is a button with the text "Ok" written on it by default. I would like to change this to "OK".
phpBB3
Thanks.
Re: How can I change this text?
hello
add this to your css
add this to your css
- Code:
input.button2 {
text-transform: uppercase; }
TonnyKamper and Friendly Toucan like this post
Re: How can I change this text?
Hello,
If you want only that specific button to change and no other button in your forum to change then I'd add this in your CSS:
Regards,
TC.
If you want only that specific button to change and no other button in your forum to change then I'd add this in your CSS:
- Code:
form[action="/memberlist"] input.button2 { text-transform: uppercase }
Regards,
TC.
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
TonnyKamper and Friendly Toucan like this post
Re: How can I change this text?
Hello there,
to be even more direct to uppercase only the buttons with "Ok", you can also use this CSS - to void other buttons to also get uppercased
to be even more direct to uppercase only the buttons with "Ok", you can also use this CSS - to void other buttons to also get uppercased
- Code:
input[value="Ok"] {
text-transform: uppercase;
}
TonnyKamper, TheCrow and Friendly Toucan like this post
Re: How can I change this text?
Thank you all for helping.
Marking this as "Solved".
Marking this as "Solved".
Niko likes this post
Re: How can I change this text?
Problem solved & topic archived.
|
Similar topics
» Chat box text color change/shadow change
» text change.
» Certain Text Change
» Text change.
» Change Variable Text
» text change.
» Certain Text Change
» Text change.
» Change Variable Text
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum