Editing Login/Register & Removing Create Account
-
Hey looking to edit the Login/Register text on a site as its wholesale they dont want anyone to be able to make an account (which ive disabled) But in the top right header id like to change Login/Register to just Login & then when its clicked remove “create an account”
is this possible?
Attachments:
You must be
logged in to view attached files.
Hi,
You can translate or just change 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
We suggest you to keep translated files in wp-content/languages/themes/woodmart-pt_PT.po folder.
Also, add the following CSS code to the Custom CSS field
.create-account-link {
display: none;
}
Regards