Thread Starter
jpleac
(@jpleac)
Hello again,
by looking further into it, the problem seems to be with the rendering of FontAwesome in this CSS rule :
.entry blockquote::before {
content: “\f10d”;
color: #ccc;
font-size: 32px;
font-style: normal;
font-family: FontAwesome;
text-align: center;
position: absolute;
left: 0;
top: 0;
}
I don’t know why what worked a few days ago doen’t any more today.
Thank you
Hi Jpleac,
I would recommend to inspect your pages and write some css rules in the custom css setting of the live customizer.
Useful resources for WordPress site customization:
Thread Starter
jpleac
(@jpleac)
Hello
thank you for your answer. I am well aware of these resources you sent me.
As the problem seems to disappear when I delete the font-awesome file in my theme directory (…/hueman/assets/front/css/font-awesome.min.css) and replace it with for exemple this one (https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css), i was thinking that others may have encountered the same problem.
Best regards