Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1785702
Icon doesn't show up for some users
Closed

Comments

  • legalcalls started the conversation

    Hi,

    I've got a website built over one of the demos I imported (https://orlandochiropractic.org/), and it's got a section for booking an appointment near the bottom of the page (above the map). The form has a date field with a small 'X' icon to the right that cancels the date you've selected. I found out today that some users don't see that icon and instead see an "e635" written there. After searching for "e635" in the source code, this is what I found:

    .contact-form-style-medical-2  input[type='date']:before {    content: 'e635';    position: absolute;    font-family: 'thegem-icons';    font-size: 24px;    width: 24px;    height: 24px;    line-height: 24px;    font-weight: normal;    right: 14px;    color: #91a1ac;
    }

    Is there anything I can do to ensure that everyone sees the icon correctly?

    Thank you!

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .contact-form-style-medical-2  input[type='date']:before {
        content: '\e635';
    }

     

  • legalcalls replied

    That seems to have removed the icon, but that's ok. Thank you!

  •  5,055
    Michael replied

    Welcome!