When i add several different widgets to my website i sometimes don’t get an leading icon.
How can i get that leading icon to appear in my widgets?
See attached picture!
When i add several different widgets to my website i sometimes don’t get an leading icon.
How can i get that leading icon to appear in my widgets?
See attached picture!
Hey,
You can create an example page and use the shortcode “Icon” and just copy and paste the code in the widget (text block). If you have difficulties to accomplish it, just share with me your website link and the WP credentials in a secure note, please.
I don’t want it to be in the text block.
I want ot to be in the TITLE
Hi there,
Those icons are turned off by default, you can enable it by going to X > Launch > Options > Typography > HEADINGS > WIDGET ICONS
and toggle it on.
Hope this helps.
They are already on.
In the following pictures there are the same widgets. Only the one is the direct widget and the other one is added as a tekst widget.
Hey there,
Would you mind providing your site’s URL? Maybe it’s a different widget that has different class names.
Thanks!
These two widgets it is
Hi There,
Please add the following CSS under style.css
file locates in your child theme:
.Annual_Archive_Widget .h-widget:before {
content: "\f054";
top: -0.075em;
font-size: 0.85em;
}
Thanks now it works
Glad it worked.
Cheers!