HTML Code Snippets from Standard BD Website Theme

This section is created to provide contextual reference to sections of the BD themes. This assists Google and the BD Helpbot when users ask questions related to the location of certain elements within the code base.

Footer Code - HTML Snippet of Website Footer
This is sample HTML code of the default Website Footer, includes common classes and elements. <!-- Start Footer Section --> <div class="...
Header Code - HTML Snippet of Default Website Header
This is sample HTML code of the default Website Header, including common classes and elements. <!-- Header container starts --> <div class=&q...
Homepage Hero Divider Code - HTML Snippet of Homepage Hero Divider Code with Icons
This is sample HTML code of the Homepage Hero Divider Code with Icons, including common classes and elements.  <!-- Start: Main hero divider contai...
Member Search Results Code - HTML Snippet of Member Search Result Code
This is sample HTML code of the Member Search Result Code for a single member's data, including common classes and elements. <!-- Start: Member...
How to Clear and Remove User Cookies on Specific Web Pages
Warning:  Cookies are important in knowing when a user is logged in and other important website functionality. So use this code with caution. As an exam...