Editing Adress information output in the checkout

  • Posts: 10
  • Thank you received: 0
11 years 9 months ago #118114

Hi.

I'm editing the style of the diferent elements in the "login or register a new account" part of the checkout.
I have edited the checkout - login and the user - registration views. What i can't seem to find is where to modify the html and css of the Adress information part. For example i want to change the color of the "*" for the required fields.
Is there a file where i can edit this things?

I'll apreciate any help.

Cheers.

Please Log in or Create an account to join the conversation.

  • Posts: 83932
  • Thank you received: 13588
  • MODERATOR
11 years 9 months ago #118129

Hi,

There is no need to edit the file where the * is displayed to change its color.
You can do it with CSS like that:
.hikashop_field_required{color:blue;}

The address form is displayed by the file custom_fields_bootstrap but the fields themselves are displayed by the administrator/components/com_hikashop/classes/field.php file which I don't recommend to change directly.

The following user(s) said Thank You: Tangram

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0
11 years 9 months ago #118713

Ok.

At least each input has an id so i can give each one an individual style, this way i can achieve the same result.

Thx

Regards.

Please Log in or Create an account to join the conversation.

Time to create page: 0.051 seconds
Powered by Kunena Forum