Hi!
I had a problem with a special header block with characters like <> and the block showed the warning “Warning: Characters <,>,[,] might break ALB backend or frontend. Read more if you want to use them. You can use valid HTML markup.”. I installed the plugin and changed everything to ###lt### and so, but when I did the text was not showing nor in preview or in frontend.
The problem that this generated previously is that the general styling of the website was not applying to this block, so the size of the title and the subheader was different to the rest of the site.
Hey Xiscoj,
Thanks for the link to your page, if I’m looking at the correct special heading it looks like you have added a HTML “b” tag, the main problem is the H1 tag on your site has a font weight of 800 and “b” has a font weight of 700.
The other problem is your custom font doesn’t seem to support either of these font weight because it is eraslightitc, note the word “light” in the font name, try installing the Bold version.
I recommend removing your custom font and use a standard font first to figure out your font weight issue, then replace the “b” tag with the “strong” tag and add this css to change the font weight to 900
#top #wrap_all .all_colors h1 strong {
font-weight: 900;
}
Best regards,
Mike
Thank you very much Mike! Solved!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike