WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Droplets & Snippets => Topic started by: richwingerter on November 18, 2016, 02:36:18 AM

Title: fa-bars
Post by: richwingerter on November 18, 2016, 02:36:18 AM
Is this a droplet or snippet:

Code: [Select]
<span class="fa fa-bars" aria-hidden="true"> </span>
This is in the default template as part of index.php. It apparently puts up a menu button. While it shows on my page it doesn't function, so I'd like to find documentation or help on it.

Any leads appreciated!
Title: Re: fa-bars
Post by: hgs on November 18, 2016, 07:08:04 AM

Neither nor.
This menu is displayed when the page is displayed on a tablet or smartphone
Title: Re: fa-bars
Post by: richwingerter on November 18, 2016, 09:16:12 PM
OK. That makes it a bit clearer. Thanks for your help!
Title: Re: fa-bars
Post by: CodeALot on November 20, 2016, 09:12:01 PM
Is this a droplet or snippet:

Code: [Select]
<span class="fa fa-bars" aria-hidden="true"> </span>
This is in the default template as part of index.php. It apparently puts up a menu button. While it shows on my page it doesn't function, so I'd like to find documentation or help on it.

Any leads appreciated!

I hope you do understand that class="fa fa-bars" is a class from the font-awesome icon collection.
Title: Re: fa-bars
Post by: richwingerter on December 20, 2016, 04:37:16 AM
I gather that from the "fa". But I'm not sure how much I want or need the font-awesome code. I'm looking into that.