Accordions

Simple Accordions

Using the card component, you can extend the default collapse behavior to create an accordion. To properly achieve the accordion style, be sure to use .accordion as a wrapper.

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
                                                    
                                                        <div class="accordion" id="accordionExample">
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingOne">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title d-block pt-2 pb-2"
                                                                            data-bs-toggle="collapse" href="#collapseOne"
                                                                            aria-expanded="true" aria-controls="collapseOne">
                                                                            Collapsible Group Item #1
                                                                        </a>
                                                                    </h5>
                                                                </div>
                                                        
                                                                <div id="collapseOne" class="collapse show"
                                                                    aria-labelledby="headingOne" data-bs-parent="#accordionExample">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingTwo">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title collapsed d-block pt-2 pb-2"
                                                                            data-bs-toggle="collapse" href="#collapseTwo"
                                                                            aria-expanded="false" aria-controls="collapseTwo">
                                                                            Collapsible Group Item #2
                                                                        </a>
                                                                    </h5>
                                                                </div>
                                                                <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo"
                                                                    data-bs-parent="#accordionExample">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingThree">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title collapsed d-block pt-2 pb-2"
                                                                            data-bs-toggle="collapse" href="#collapseThree"
                                                                            aria-expanded="false" aria-controls="collapseThree">
                                                                            Collapsible Group Item #3
                                                                        </a>
                                                                    </h5>
                                                                </div>
                                                                <div id="collapseThree" class="collapse"
                                                                    aria-labelledby="headingThree" data-bs-parent="#accordionExample">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    
                                                

Custom Accordions

You can have custom look and feel for accorion as well. Just use class .custom-accordion along with .accordion as a wrapper.

Yup, the marketplace license allows you to use this theme in any end products. For more information on licenses, please refere here.
No. This is a HTML template. It won't directly with wordpress, though you can convert this into wordpress compatible theme
Use our dedicated support email (support@coderthemes.com) to send your issues or feedback. We are here to help anytime
Yes, We will update the Hyper regularly. All the future updates would be available without any cost
                                                    
                                                        <div class="accordion custom-accordion" id="custom-accordion-one">
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingFour">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title d-block py-1"
                                                                            data-bs-toggle="collapse" href="#collapseFour"
                                                                            aria-expanded="true" aria-controls="collapseFour">
                                                                            Q. Can I use this template for my client? <i
                                                                                class="mdi mdi-chevron-down accordion-arrow"></i>
                                                                        </a>
                                                                    </h5>
                                                                </div>
            
                                                                <div id="collapseFour" class="collapse show"
                                                                    aria-labelledby="headingFour"
                                                                    data-bs-parent="#custom-accordion-one">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingFive">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title collapsed d-block py-1"
                                                                            data-bs-toggle="collapse" href="#collapseFive"
                                                                            aria-expanded="false" aria-controls="collapseFive">
                                                                            Q. Can this theme work with Wordpress? <i
                                                                                class="mdi mdi-chevron-down accordion-arrow"></i>
                                                                        </a>
                                                                    </h5>
                                                                </div>
                                                                <div id="collapseFive" class="collapse"
                                                                    aria-labelledby="headingFive"
                                                                    data-bs-parent="#custom-accordion-one">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingSix">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title collapsed d-block py-1"
                                                                            data-bs-toggle="collapse" href="#collapseSix"
                                                                            aria-expanded="false" aria-controls="collapseSix">
                                                                            Q. How do I get help with the theme? <i
                                                                                class="mdi mdi-chevron-down accordion-arrow"></i>
                                                                        </a>
                                                                    </h5>
                                                                </div>
                                                                <div id="collapseSix" class="collapse" aria-labelledby="headingSix"
                                                                    data-bs-parent="#custom-accordion-one">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="card mb-0">
                                                                <div class="card-header" id="headingSeven">
                                                                    <h5 class="m-0">
                                                                        <a class="custom-accordion-title collapsed d-block py-1"
                                                                            data-bs-toggle="collapse" href="#collapseSeven"
                                                                            aria-expanded="false" aria-controls="collapseSeven">
                                                                            Q. Will you regularly give updates of Hyper ? <i
                                                                                class="mdi mdi-chevron-down accordion-arrow"></i>
                                                                        </a>
                                                                    </h5>
                                                                </div>
                                                                <div id="collapseSeven" class="collapse"
                                                                    aria-labelledby="headingSeven"
                                                                    data-bs-parent="#custom-accordion-one">
                                                                    <div class="card-body">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                        </div>
                                                    
                                                

Collapse

Bootstrap's collapse provides the way to toggle the visibility of any content or element. Please read the official Bootstrap documentation for a full list of options.

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
                                                    
                                                        <p>
                                                            <a class="btn btn-primary" data-bs-toggle="collapse"
                                                                href="#collapseExample" aria-expanded="false"
                                                                aria-controls="collapseExample">
                                                                Link with href
                                                            </a>
                                                            <button class="btn btn-primary ms-1" type="button"
                                                                data-bs-toggle="collapse" data-bs-target="#collapseExample"
                                                                aria-expanded="false" aria-controls="collapseExample">
                                                                Button with data-bs-target
                                                            </button>
                                                        </p>
                                                        <div class="collapse show" id="collapseExample">
                                                            <div class="card card-body mb-0">
                                                                ...
                                                            </div>
                                                        </div>
                                                    
                                                

Multiple Targets

Multiple <button> or <a> can show and hide an element if they each reference it with their href or data-bs-target attribute

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
                                                    
                                                        <p>
                                                            <a class="btn btn-primary" data-bs-toggle="collapse" href="#multiCollapseExample1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">Toggle first element</a>
                                                            <button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#multiCollapseExample2" aria-expanded="false" aria-controls="multiCollapseExample2">Toggle second element</button>
                                                            <button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">Toggle both elements</button>
                                                        </p>
                                                        <div class="row">
                                                            <div class="col">
                                                                <div class="collapse multi-collapse" id="multiCollapseExample1">
                                                                    <div class="card card-body mb-0">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div>
                                                            <div class="col">
                                                                <div class="collapse multi-collapse" id="multiCollapseExample2">
                                                                    <div class="card card-body mb-0">
                                                                        ...
                                                                    </div>
                                                                </div>
                                                            </div> <!-- end col -->
                                                        </div> <!-- end row-->
                                                    
                                                
Settings
Color Scheme

Width

Purchase Now