Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10045681
    shafi
    Participant

    need to display all devices..

    <li>
            <a href="demo-accounting-1-contact.html">
                    Get Free Quote
            </a>
    </li>

    • This topic was modified 1 week, 4 days ago by Support.
    #10045683
    Support
    Keymaster

    Hello, if you want to show the Get Free Quote button in all devices you need to change the classes to:

    <a href="demo-accounting-1-contact.html" class="btn btn-rounded btn-dark box-shadow-7 font-weight-medium px-3 py-2 text-2-5 btn-swap-1 ms-3 d-none d-md-flex" data-clone-element="1">
    	<span>Get Free Quote <i class="fa-solid fa-arrow-right ms-2"></i></span>
    </a>

    That’s the button on Header.

    If it’s for the navigation, just add an item like this:

    <li>
    	<a class="nav-link" href="demo-accounting-1-contact.html">
    		Get Free Quote
    	</a>
    </li>

    #10045689
    shafi
    Participant

    Hello,

    if I use below code, that btn not displaying in mobile devices..

    <a href="demo-accounting-1-contact.html">
    	<span>Get Free Quote <i class="fa-solid fa-arrow-right ms-2"></i></span>
    </a>

    • This reply was modified 1 week, 2 days ago by Support.
    #10045691
    Support
    Keymaster

    Hello, it should be shown, maybe there’s an parent element that is hiddn on mobile, please send me the URL of your site so we can check that for you.


    #10045692
    shafi
    Participant
    This reply has been marked as private.
    #10045694
    Support
    Keymaster
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)