Viewing 1 replies (of 1 total)
  • You have this in your custom css

    .widget_pages h3:before {
    font-family: '
    top: 2px;
    font-size: 2.1em;
    content: "E723";
    }

    and this in your child theme style.css

    .widget_pages h3:before {
    font-family: 'entypo';
    top: 2px;
    font-size: 2.1em;
    content: "E723";
    }

    My suggestion:
    1) remove that one in your custom css
    2) in your child theme style.css, the property “content” should be content: "\E723" , that \ is not optional 😛

Viewing 1 replies (of 1 total)

The topic ‘services icon shows up as text’ is closed to new replies.