This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replace Origami icons with Fa icons

10 years ago · Last reply by Support Assistants 10 years ago

I am enjoying working with Origami Premium and I am able to make most of the changes I want using your amazing SiteOrigin CSS editor.

Now I would like to replace the tag and arrow icons at the bottom of the footer with Font Awesome icons. I see where the Origami icons are being inserted in loop.php, but I’m not sure of the proper way to go about making this change without editing loop.php. I suppose I need a function of some kind. Could you point me in the right direction?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Greg Priday Staff 10 years, 2 months ago

    Hi David

    Very glad to hear you’re enjoying both Origami and SiteOrigin CSS (I’m particularly proud of that plugin).

    Unfortunately, this kind of change would be fairly complex and fall into the realm of custom coding. If you’d like to go this route, I’d suggest hiring a developer over on Codeable.

    I’m going to send this thread over to our customization team to see if they have any ideas on how this could be done quickly and easily. I’ll let you know what they have to say.

  2. Support Assistants 10 years, 2 months ago

    Hi David

    You could add Font Awesome by using the following child theme:

    https://siteorigin.com/wp-content/uploads/2015/12/origami-child-fa1.zip

    Download and install via Appearance > Themes > Add New: Upload Theme. It’s normal for menu location and Customizer settings to reset when activating a child theme.

    Next, add the following to Appearance > Custom CSS:

    .post .below-content .origami-icon-more {
    	margin-top: -6px;
    }
    .origami-icon-more:before {
    	content: "\f061";
    	font-family: "FontAwesome";
    	font-size: 15px;
    }
    .post .below-content .origami-icon-tag {
    	margin-top: -6px;
    }
    .origami-icon-tag:before {
    	content: "\f02c";
    	font-family: "FontAwesome";
    	font-size: 15px;
    }

    Let us know how that goes.

  3. David Dumonde 10 years, 2 months ago

    Awesome! That worked perfectly! Thank you so much for the kind assistance!
    :-)

  4. Support Assistants 10 years, 2 months ago

    Hi David

    We’re really glad to hear that helped.

    All the best with your website.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread