CSS Q - remove black border "cutomer account"

  • Posts: 70
  • Thank you received: 4
11 years 8 months ago #64257

HI All,

I need to remove black border around "customer information" title that is above entire client information.

Have inspected it with firebug, but it is "system" setting and i cannot get to it - at least not easily...

Any suggestions???

Thanks in advance!

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

  • Posts: 2334
  • Thank you received: 403
11 years 8 months ago #64347

Hi gidgie,

I don't see what the "customer information" title you are talking about is. Could you be more precise or send a screenshot?

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

  • Posts: 70
  • Thank you received: 4
11 years 8 months ago #64694

Hi Eliot,

Sorry, it is called Customer Account. In any case, please see the attachment.

Attachments:

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

  • Posts: 81662
  • Thank you received: 13092
  • MODERATOR
11 years 8 months ago #64703

That's a fieldset.

You can add CSS to remove that:

fieldset{
border : 0px !important;}
}

The following user(s) said Thank You: gidgie

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

  • Posts: 70
  • Thank you received: 4
11 years 8 months ago #65194

Does that go to template css or hikashop css???

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

  • Posts: 2334
  • Thank you received: 403
11 years 8 months ago #65211

It's in the Hikashop css. System>Configuration>Display

The following user(s) said Thank You: gidgie

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

  • Posts: 70
  • Thank you received: 4
11 years 8 months ago #65374

Thanks a million. I definitely know how to work that css :)

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

  • Posts: 70
  • Thank you received: 4
11 years 8 months ago #65381

Hi Eliot,

Sorry to bother again. I did do that, but it removed all the borders around the elements in the checkout, which i would like to keep. Any way to do that????

I was trying to change the "fieldset" border width, and colour, to see if i can find some compromise, however, it is only either black or none.

I know it is not a major flaw, but the client is a little bit particular about that, so i just have to do what they are after.

Cheers,

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

  • Posts: 2334
  • Thank you received: 403
11 years 8 months ago #65387

Hi,

If you copy paster the code given by Nicolas it's normal. This is just the css code to remove the borders but it's applied on the whole website.
To apply it only on the customer account element, you have to specify the class or the id. In this case, I think this should fit:

#hikashop_cpanel_title fieldset{
	border : 0px !important;}
}
hikashop_cpanel_title being the id of the account title

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

Time to create page: 0.093 seconds
Powered by Kunena Forum