• Resolved s3mw

    (@s3mw)


    I’d like to implement Font Awesome without using the icon menu.

    I’ve got my two Font Awesome folders in the theme folder, now I just need to call the css file. Where are the css files called in Govpress? I looked in the header.php since it was most obvious, but didn’t see them there.

    Obviously I can just call my css file there, but I’d rather call it where the others are called.

    But I’m thinking since FA is used for the icon menu that this theme all ready has some FA related stuff built in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter s3mw

    (@s3mw)

    I finally sat down and looked through everything. I initially overlooked the fonts folder when I gave everything a quick glance. I’ve been able find 98% of everything I wanted to find.

    I love how simple the extras.php makes changing some key parts.

    Here’s a tip for anyone else reading;

    If anyone wants to change the text of the home link to anything else just change line 17 in extras.php to something like;

    $args['show_home'] = 'Some Text';

    to make the button print your blog title do;

    $args['show_home'] = get_bloginfo('name');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are there instructions on using font awesome but not the icon menu?’ is closed to new replies.