Skip to main content

Changing the border colour in registration form

More
13 years 8 months ago #85541 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

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

More
13 years 8 months ago #85569 by Xavier
Hi,

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.

More
13 years 8 months ago #85694 by gofer123
Hi Xavier,
Thanks for the reply, unfortunately that didn't fix it, I've attached an image and circled the fields I'm having problems with, sorry I should have sent this the first time.
Regards

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

More
13 years 8 months ago #85737 by Xavier
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.

More
13 years 8 months ago #85740 by gofer123
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

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

More
13 years 8 months ago #85764 by Xavier
Try this:
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.

More
13 years 8 months ago #85769 by gofer123
Still no luck for the "title" "state" "country" fields I'm afraid.

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

More
13 years 8 months ago #85809 by nicolas
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.256 seconds
Powered by Kunena Forum