Home Forums Basel support forum How to Edit change button register in widget

How to Edit change button register in widget

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #97591

    petermsi
    Participant

    How to Edit change button register in widget?

    Attachments:
    You must be logged in to view attached files.
    #97595

    Hello,

    It is possible to do with CSS. What changes do you want to apply?

    Best Regards

    #97609

    petermsi
    Participant

    changet to button because the “create an acocount” is block tawk.to in low resolution like this.
    have ideas for solve this?

    Attachments:
    You must be logged in to view attached files.
    #97670

    Artem Temos
    Keymaster

    Yes, your widget is displayed above the text and the only way to fix this is to disable that widget.

    #97700

    petermsi
    Participant

    im idea to change location, the image people to change to bottom
    1. “no account yet?”
    2. button registation (change to button like facebook and google+) color is black #000000
    3. people image

    can you help me?

    #97721

    Hello,

    Add this code to the Theme settings > Custom CSS:

    body .login-form-side .register-question:before{
    display: none;
    }
    body .login-form-side .create-account-text {
        display: none;
    }
    body .register-question .btn-style-link{
    background:#000000;
    color:#ffffff;
    padding:10px 10px;
    }
    body .register-question .btn-style-link:hover{
    background:#000000;
    color:#999999;
    padding:10px 10px;
    }

    You will get the result like this https://gyazo.com/528204f67bb4c3cfa98fce7bbfbfa428

    Best Regards

    #97770

    petermsi
    Participant

    wow amazing!!

    now how to change “no account yet” to ” register”
    and on before and after like “OR LOGIN WITH” on top

    Attachments:
    You must be logged in to view attached files.
    #97785

    Hello,

    You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Best Regards

    #97789

    petermsi
    Participant

    we not a translate we can change this line (1)

    to like this (2)
    and the text is “register”

    Attachments:
    You must be logged in to view attached files.
    #97791

    petermsi
    Participant

    2

    Attachments:
    You must be logged in to view attached files.
    #97793

    petermsi
    Participant

    i wont to (2) and the text is register

    #97822

    Hello,

    Do you want to reduce the gap and remove the line? Please provide your site URL

    If you want to change the wording on the button use Loco Translate.

    Best Regards

    #97839

    petermsi
    Participant

    febiola.com
    help me please

    #97982

    petermsi
    Participant

    please help text “register” on middle line on my website febiola.com

    #98008

    Hello,

    Have you removed the code provided?

    Here is the code:

    body .login-form-side .register-question:before{
    display: none;
    }
    body .login-form-side .create-account-text {
        display: none;
    }
    body .register-question .btn-style-link{
    background:#000000;
    color:#ffffff;
    padding:10px 10px;
    }
    body .register-question .btn-style-link:hover{
    background:#000000;
    color:#999999;
    padding:10px 10px;
    }
    body .login-form-side .register-question {
        padding-top: 0;
        padding-bottom: 0;
        border-color: transparent;
    }

    Navigate to the Theme Settings > Custom CSS > change the code as per your needs: http://prntscr.com/lyp553

    Install Loco Translate and change the working as per video tutorial.

    Best Regards

Viewing 15 posts - 1 through 15 (of 15 total)