From cae396a695ae6bcb4ce809395f8941cfde976ed3 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 8 May 2018 17:08:06 -0600 Subject: [PATCH] Fix mobile menu button icon --- lang/en_us.php | 3 ++- public/themes/verti/assets/css/main.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/en_us.php b/lang/en_us.php index 4a10257..feb9548 100644 --- a/lang/en_us.php +++ b/lang/en_us.php @@ -125,5 +125,6 @@ define("STRINGS", [ "navbar options" => "Site Menu Options", "in navbar" => "Add page to menu", "navbar title" => "Page title for menu", - "navbar position" => "Menu position (drag to change position):" + "navbar position" => "Menu position (drag to change position):", + "remove image" => "Remove image" ]); \ No newline at end of file diff --git a/public/themes/verti/assets/css/main.css b/public/themes/verti/assets/css/main.css index 52b38d4..8e19a68 100644 --- a/public/themes/verti/assets/css/main.css +++ b/public/themes/verti/assets/css/main.css @@ -2264,10 +2264,10 @@ ol.default li { #navToggle .toggle:before { display: inline-block; - font-family: FontAwesome; + font-family: "Font Awesome 5 Free"; + font-weight: 900; text-decoration: none; font-style: normal; - font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute;