Jump to content

hide or change the location of the icon


xsuliman

Recommended Posts

On 25/05/2020 at 15:14, xsuliman said:

I want to hide or change the location of the icon .

hiding - you could do with custom.css - so to hide the icons for the first three fields..

label[for="inputFirstName"],
label[for="inputLastName"],
label[for="inputEmail"]
{display:none;}

UyVOc4w.png

then it's just a case of getting the label names for the other fields you want to remove the icons for from either the checkout/register template pages.

if you wanted to change their location, that would probably require a template edit to either/both templates.

if placeholder texts are an issue, then they can be changed/blanked using Language Overrides.

On 25/05/2020 at 15:14, xsuliman said:

also I'm trying to hide some fields on the registration page and its not working ..

removing fields is usually css or editing the template(s) - just ensure that any fields you remove are optional (or have been made so from general settings -> other - optional client profile fields.

Link to comment
Share on other sites

21 hours ago, xsuliman said:

would please tell me where the templates directory   /public_html/templates ??? to hiding icons ?

you'll need to find the name of your active template, e.g /templates/six - from that screenshot, I assume that you're not using Six, so your active template will be the one defined in the admin area...  setup -> general settings -> general -> template.

  • if you're making changes via css, then there should be a custom css file in /templates/*active theme*/css/custom.css
  • if you're making changes via editing the template(s), then the registration template is usually called clientregister.tpl
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated