Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3092862
Add icon on the left of button
Closed

Comments

  • Rboullay started the conversation

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


  •  2,489
    PenciDesign replied

    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 replied

    full thanks :)