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.
The forum of the forums
4 posters

    How can I change this text?

    Friendly Toucan
    Friendly Toucan
    Forumember


    Posts : 243
    Reputation : 4
    Language : English

    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.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    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; }

    TonnyKamper and Friendly Toucan like this post

    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    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.



    How can I change this text? Thecro10
     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

    Niko
    Niko
    Helper
    Helper


    Male Posts : 3231
    Reputation : 248
    Language : English, Italian, French
    Location : Italy

    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;
    }

    TonnyKamper, TheCrow and Friendly Toucan like this post

    Friendly Toucan
    Friendly Toucan
    Forumember


    Posts : 243
    Reputation : 4
    Language : English

    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

    Niko likes this post

    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    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


      Current date/time is September 22nd 2024, 5:29 pm