Icons Not Load On Few Pages - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Icons Not Load On Few Pages

A

ARPIdeas

Template 2 years ago

Hi, I have problem w ith icons on articles (after articles) - next/prev button I dont know why they disappear. https://arpideas.com/articles/business-list/how-to-increase-the-quality-of-customer-service-thanks-to-the-unified-service-desk

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #120882

Hi there!

Thanks for contacting us.

If you want font awesome icons there then please use the following code in your custom CSS:

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600 !important;
        }

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
A
ARPIdeas
Accepted Answer
2 years ago #120995

Thank You!

0