The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I change this text?

4 posters

Go down

Solved How can I change this text?

Post by Friendly Toucan May 7th 2023, 4:16 am

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.
Friendly Toucan
Friendly Toucan
Forumember

Posts : 243
Reputation : 4
Language : English

https://cerulean-blues.forumotion.com

Back to top Go down

Solved Re: How can I change this text?

Post by skouliki May 7th 2023, 7:56 am

hello

add this to your css

Code:

input.button2 {
  text-transform: uppercase; }
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

TonnyKamper and Friendly Toucan like this post

Back to top Go down

Solved Re: How can I change this text?

Post by TheCrow May 7th 2023, 10:43 am

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:
Code:
form[action="/memberlist"] input.button2 { text-transform: uppercase }

Regards,
TC.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

TonnyKamper and Friendly Toucan like this post

Back to top Go down

Solved Re: How can I change this text?

Post by Niko May 7th 2023, 7:24 pm

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
Code:
input[value="Ok"] {
    text-transform: uppercase;
}
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

TonnyKamper, TheCrow and Friendly Toucan like this post

Back to top Go down

Solved Re: How can I change this text?

Post by Friendly Toucan May 8th 2023, 2:37 am

Thank you all for helping.

Marking this as "Solved". thumleft
Friendly Toucan
Friendly Toucan
Forumember

Posts : 243
Reputation : 4
Language : English

https://cerulean-blues.forumotion.com

Niko likes this post

Back to top Go down

Solved Re: How can I change this text?

Post by skouliki May 8th 2023, 7:27 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum