- Posts: 103
- Thank you received: 0
Changing the border colour in registration form
13 years 8 months ago #85541
by gofer123
Changing the border colour in registration form was created by gofer123
Hi,
I'm trying to find out how to change the fields border colour for the title field,state and country, plus I've added some custom check boxes that also need to change the border colour
Looked all over the place even using Firefox's Firebug, still can't find it.
Thanks in advance
I'm trying to find out how to change the fields border colour for the title field,state and country, plus I've added some custom check boxes that also need to change the border colour
Looked all over the place even using Firefox's Firebug, still can't find it.
Thanks in advance
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85569
by Xavier
Replied by Xavier on topic Changing the border colour in registration form
Hi,
You can try to add the property:
You can try to add the property:
Code:
.hikashop_checkout_login_right_part .inputbox{
/* Your property */
}
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85694
by gofer123
Replied by gofer123 on topic Changing the border colour in registration form
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85737
by Xavier
Replied by Xavier on topic Changing the border colour in registration form
With firebug find the id of the span before the select, and use a property like:
Code:
#data_address_address_state_container select{
}
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85740
by gofer123
Replied by gofer123 on topic Changing the border colour in registration form
Thanks Xavier, Firebug is the first tool I use but I can't aee and id or class for these fields, I found it no problem for the other fields but nothing shows for the ones I've circled?
Cheers
Cheers
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85764
by Xavier
Replied by Xavier on topic Changing the border colour in registration form
Try this:
For the checkboxes, I don't think that it's possible in CSS.
Code:
.hikashop_checkout_login_right_part select{
border: solid 1px red !important;
}
For the checkboxes, I don't think that it's possible in CSS.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85769
by gofer123
Replied by gofer123 on topic Changing the border colour in registration form
Still no luck for the "title" "state" "country" fields I'm afraid.
Please Log in or Create an account to join the conversation.
13 years 8 months ago #85809
by nicolas
Replied by nicolas on topic Changing the border colour in registration form
Can you give the link of that page, so that we can see what you did ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.224 seconds