1. marck3005
  2. Bug Report
  3. Wednesday, August 02 2017, 11:53 AM
I got a layout issue with a custom date field on easy profile.
The popup calender looks very odd.
I use Bootstrap with Purity 3.

Could you habe a lokk into it?
See Screenshot.

Tanks
Attachments (1)
admin Accepted Answer
Admin
Hi,
I think this is a template issue, Calendar is build with bootstrap dropdown, seems that your template uses a dark background for dropdown but do not have any CSS rules for make light the links.

Please post me your site link (to keep it private you can use the form below the reply in "Site Details" tab). we will send you the CSS code to add in your template configuration ;)
  1. more than a month ago
  2. Bug Report
  3. # 1
marck3005 Accepted Answer
Pro
Done
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
you should add following CSS code:

.jsndatepicker.dropdown-menu { background-color:white;border-color:#ccc; }


To add this code in purity III you have 2 different ways:
1. From Extensions->Templates->Purity III->Custom Code you can add style tag and put the code in parameter "before /head"
2. You can create a file called /templates/purity_iii/css/custom.css and put the code inside this file
  1. more than a month ago
  2. Bug Report
  3. # 3
marck3005 Accepted Answer
Pro
Perfectly worked!
Thanks a lot!
  1. more than a month ago
  2. Bug Report
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.