Comments Rboullay started the conversationJuly 28, 2022 at 6:42amHello,is there an easy way to had an icon on the left of the text of the button please?.fa-refresh::before { content: "f0d7";} 3,002PenciDesign repliedJuly 28, 2022 at 7:08amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-pagination.penci-ajax-more a.penci-ajax-more-button .ajax-more-text:before { content: "\f0d7"; font-family: 'FontAwesome'; display: inline-block; margin-right: 5px;}Regards,PenciDesign.Rboullay repliedJuly 28, 2022 at 7:39amfull thanks :) Sign in to reply ...
Hello,
is there an easy way to had an icon on the left of the text of the button please?
.fa-refresh::before {
content: "f0d7";
}
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.penci-pagination.penci-ajax-more a.penci-ajax-more-button .ajax-more-text:before {content: "\f0d7";
font-family: 'FontAwesome';
display: inline-block;
margin-right: 5px;
}
Regards,
PenciDesign.
full thanks :)