navbar-toggler-icon

Open to all! Ask other shopowners for help.
Post Reply
Xpajun
Contributor
Posts: 187
Joined: Thu Mar 04, 2021 1:18 pm
Phoenix Version: v1.0.9.0
Has thanked: 3 times
Been thanked: 6 times

navbar-toggler-icon

Post by Xpajun »

In includes/langauges/english/modules/nb_hamburger_button.php is the line:

Code: Select all

  define('MODULE_NAVBAR_HAMBURGER_BUTTON_PUBLIC_BUTTON_TEXT', '<span class="navbar-toggler-icon"></span>');

This produces a black hamburger button ( which is terrible on a dark background) is there a white version of it?
Last edited by Xpajun on Sun Jun 02, 2024 11:03 am, edited 1 time in total.
Current Store is now running 1.0.9.0 - php 8.2.18
Now working on taking a short rest :D - php 8.2.18


Join The Code Co-op to get access to your library in the Code Co-op Forum
Xpajun
Contributor
Posts: 187
Joined: Thu Mar 04, 2021 1:18 pm
Phoenix Version: v1.0.9.0
Has thanked: 3 times
Been thanked: 6 times

Re: navbar-toggler-icon

Post by Xpajun »

Panic over ;)
Changed this:

Code: Select all

  define('MODULE_NAVBAR_HAMBURGER_BUTTON_PUBLIC_BUTTON_TEXT', '<span class="navbar-toggler-icon"></span>');

to this:

Code: Select all

'MODULE_NAVBAR_HAMBURGER_BUTTON_PUBLIC_BUTTON_TEXT',<span class="navbar-toggler-icon">   
    <i class="fa fa-navicon" style="color:#fff; font-size:28px;"></i>
</span>

Current Store is now running 1.0.9.0 - php 8.2.18
Now working on taking a short rest :D - php 8.2.18


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply