Skip to content

Download button #526

Answered by crftwrk
esginmurat asked this question in Q&A
Jul 8, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

The download button is a part of a widget which includes social icons and dark-mode as well. Use the Custom HTML widget and place it in Top Nav 2 widget area:

<div class="d-block d-lg-flex">

  <div class="d-flex align-items-center header-social border-top py-3 py-lg-0 me-lg-2">
    <a target="_blank" href="https://github.com/bootscore" class="nav-link "><i class="fa-brands fa-github"></i><span class="d-lg-none"> GitHub</span></a>
    <a target="_blank" href="https://twitter.com/_bootscore" class="nav-link "><i class="fa-brands fa-twitter"></i><span class="d-lg-none"> Twitter</span></a>
  </div>

  <div class="d-flex align-items-center header-dark-mode border-top py-3 py-lg-0">
    [bs-da…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@esginmurat
Comment options

@crftwrk
Comment options

Answer selected by esginmurat
@esginmurat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants