• Resolved Gareth

    (@gb2048)


    Hello,

    Any menu widget in the footer has its menu item chevron broken. This is because the style is refering to the old ‘FontAwesome’ 4 font.

    With version 1.4.0 in assets/theme_styles/css/default.css line 1800 the styles:

    #footer-sidebar .footer-column .widget_recent_entries ul li:before,
    #footer-sidebar .footer-column .widget_recent_comments ul li:before,
    #footer-sidebar .footer-column .widget_categories ul li:before,
    #footer-sidebar .footer-column .widget_pages ul li:before,
    #footer-sidebar .footer-column .widget_archive ul li:before,
    #footer-sidebar .footer-column .widget_meta ul li:before,
    #footer-sidebar .footer-column .widget_nav_menu ul li:before {

    need to have:

      font-family: "Font Awesome 5 Free";
      font-weight: 900;

    instead.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author InkHive

    (@inkhive)

    Thanks for notifying us about the issue. It will be fixed within the next 24 hours.

    Theme Author InkHive

    (@inkhive)

    The issue has been resolved.
    If you find any other bugs or issues in the theme, do notify us.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer menu chevrons broken’ is closed to new replies.