Maxton - Digital Payment Mobile Application

Maxton is a secure and intuitive digital payment mobile application designed to simplify your financial transactions. With Maxton, users can make instant payments, transfer money, and manage their finances all in one place. Whether you're splitting bills with friends, paying for services, or shopping online, Maxton offers a seamless and user-friendly experience. The app integrates advanced encryption technology, ensuring that your transactions remain safe and confidential. Maxton also supports multiple payment methods, including credit/debit cards, bank transfers, and mobile wallets, offering users flexibility and convenience.

Live Demo

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!

This template is fully responsive and created with bootstrap5 framework. All the content is within wrapper. The wrapper is containing sidebar wrapper ,topbar header and content wrapper. In content wrapper all part is devided with row and cards. In this template most of the classes are used acording to bootstrap. Here is the general structure.

HTML Structure

If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:

body a {color: #someColor;} 

If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.

I.E.

.wrapper .page-wrapper a {color: #someColor;}

So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.

We are using one CSS file for the template. In the general section of css file I used the codes to reset the generic style of the html. All required styles are included in this file with well commented. According to the comment you can customize the template easily. Here is the basic style sheet structure.

/* === Top Header === */
.top-header {
    width: auto;
    height: 60px;
    background-color: #ffffff;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}
 
.page-content {
margin-top: 60px;
    margin-bottom: 60px;
    padding: 1rem;
}
 
/* === Searchbar === */
.top-header .navbar .full-search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 1px solid #dee2e6;
    background-color: #ffffff;
}
 
.wrapper .page-footer {
    width: auto;
    height: 60px;
    background-color: #ffffff;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}
/* === eCommerce Section === */
.btn-mobile-filter {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #923eb9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 55%;
    z-index: 3;
}
 
.btn-ecomm {
    padding: .675rem .85rem;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
 
.shop-container .card {
    border: 1px solid rgb(240 241 243);
    box-shadow: none;
}
 
.product-grid .card.product-card {
background-color: #ffffff;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

Any images that are placed within the blog section have 5px worth of padding and a light bluish background. If you would like to edit the display of these images, find the following section in the style sheet:

#primaryContent #blog img {
   change styles here:
}

 

This theme imports four Javascript files.

  1. query.min.js
  2. bootstrap.min.js
  3. main.js
  1. In addition to the custom scripts, I implement a few "tried and true" plugins to create the effects. This plugin is packed, so you won't need to manually edit anything in the file. The only necessary thing to know is how to call the method. For example:
    [some Javascript goes here...along with an general explanation]
    

                 $(".mobile-search-button).on("click", function() {

 
$(".searchbar").addClass("full-search-bar");
    $(".searchbar").addClass("full-search-bar");
 
$(".sidenav").metisMenu();
})
 
 

PSD Files are not included.

I've used the following images, icons or other files as listed.


Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist.

Coder Vent