Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193340
    Jeremy P
    Participant

    This page has little arrows that are inserted after many links and calls to action. My site’s logo features an arrow and it would be really nice to do something similar. Is there some CSS I could do to accomplish something like that?

    http://pinchofyum.com/

    #1193515
    Paul R
    Moderator

    Hi Jeremy,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .entry-content a:after {
        content: "\f178";
        font-family: "FontAwesome" !important;
    }
    

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1193340 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>