Skip to content
Public Ticket #21714

Add icon on the left of button

Conversation thread

Rboullay replied

Customer Reply

full thanks :)

PenciDesign Supporter replied

Staff Reply

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.



Rboullay started the conversation

Conversation Start

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";
}


Want to join this conversation or access attachments? Sign in first.