In the social log in it written "sign in with google".
Can I change it to : Sign in/register with google" With loco translate plugin. As the button serve the 2 function, so that the user know they can register with google also.
where is the string to change it?
scrennshot: https://prnt.sc/uyylif
You will find the string in vibebp plugin
This reply has been marked as private.
ok thanks for the details
checking on your site
hi
use this code in custom CSS section
@media(max-width:320px){
.login_popup.slick .login_popup_content>.button
{
width: 16.5rem;
font-size: 12px;
}
}
@media(min-width:321px) and (max-width:375px){
.login_popup.slick .login_popup_content>.button
{
width: 18.8rem;
font-size: 15px;
}
}