Child pages
  • Lexzur: The Best Way to Manage Your Legal Team




Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Content Layer
background-color#eaeaea
padding0px 0px 0px 20px
background-sizecover
nameSlider
background-positioncenter center
id207875690
classhome-carousel-layer
Content Column
width100%
id207875701
Content Block
padding0
rich-links-show-last-modifier-imagefalse
rich-links-show-last-modifiedfalse
rich-links-show-publish-datefalse
rich-links-show-creator-imagefalse
rich-links-show-creatorfalse
alternate-stylefalse
background-colortransparent
rich-links-show-last-modifierfalse
rich-links-hide-site-icontrue
not-tabbedfalse
live-editfalse
nameFeatured Content Carousel
id197310913
classclean
Rich Link Carousel
autoscroll-delay2000

Children List
App4Legal Core
App4Legal Core
showRoottrue
depth2
displayRichLinkstrue
labelsslider

Content Layer
background-color$whiteColor
padding0px 0px 0px 20px
nameContact Us
id988441364
classapp4legal-contact-us
Content Column
width100%
id988441367
Content Block
id988441368
HTML
    <style>
        /* Controlling Contact Us Layer Start */
        
        .app4legal-contact-us-phone-div i {
            font-size: 100px;
            color: #404040;
        }
        
        .app4legal-contact-us-phone-number {
            font-size: 25px;
            color: #404040;
            font-weight: bold;
        }
        
        .app4legal-contact-us-phone-text {
            color: #404040;
        }
        
        .app4legal-contact-us-phone-div i:last-child {
            margin-top: 10px;
        }
        
        .app4legal-contact-us-phone-div i:hover,
        .app4legal-contact-us-phone-number:hover {
            color: #155D8E !important;
        }
        
        a {
            border: 0px !important;
        }
        /* Controlling Contact Us Layer End */
        
        .app4legal-need-more-help-sentence {
            height: 100%;
        }
    </style>

 <div class="container-fluid p-0">
        <div class="row text-center">
            <div class="col-lg-6 col-sm-12">
                <!--<div class="row">
                    <div class="col-12 app4legal-contact-us-phone-div">
                        <a href="tel:+96199999999" class="text-decoration-none">
                            <i class="fas fa-mobile-alt"></i>

                            <div class="app4legal-contact-us-phone-number">
                                9999999
                            </div>
                        </a>
                    </div>

                    <div class="col-12">
                        <div class="app4legal-contact-us-phone-text">
                            Call our customer support team. Available M–F from 7AM-7PM CT.
                        </div>
                    </div>
                </div>-->

                <div class="row align-items-center app4legal-need-more-help-sentence">
                    <div class="col-12">
                        <h1>Need more help?</h1>
                        <p>Reach us by email</p>
                    </div>
                </div>

            </div>

            <div class="col-lg-6 col-sm-12">
                <div class="row">
                    <div class="col-12 app4legal-contact-us-phone-div">
                        <a href="mailto:help@app4legal.com" class="text-decoration-none">
                            <i class="fas fa-envelope"></i>
                            <div class="app4legal-contact-us-phone-number">
                                help@app4legal.com
                            </div>
                        </a>
                    </div>

                    <div class="col-12">
                        <div class="app4legal-contact-us-phone-text">
                            Submit a request to our customer support team.
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>