Changing the border colour in registration form

  • Posts: 103
  • Thank you received: 0
11 years 4 months ago #85541

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.

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #85569

Hi,

You can try to add the property:

.hikashop_checkout_login_right_part .inputbox{
    /* Your property */
}

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

  • Posts: 103
  • Thank you received: 0
11 years 4 months ago #85694

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

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #85737

With firebug find the id of the span before the select, and use a property like:

#data_address_address_state_container select{

}

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

  • Posts: 103
  • Thank you received: 0
11 years 4 months ago #85740

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.

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #85764

Try this:

.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.

  • Posts: 103
  • Thank you received: 0
11 years 4 months ago #85769

Still no luck for the "title" "state" "country" fields I'm afraid.

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 4 months ago #85809

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.080 seconds
Powered by Kunena Forum