Go To custom-light-theme.css
( your-public-root-directory/whmcs/templates/hostma-hosting/custom/custom-light-theme.css )
if you want to change another font-family Go to the site Google Fonts And Select One
font Family and import in to custom-light-theme.css file
How to Select font Family
Example:
Step 2:
And paste Your Selected font-family in custom-light-theme.css
Example:
Step 3:
And add the Your Selected font-family in
( your-public-root-directory/whmcs/templates/hostma-hosting/custom/custom-light-theme.css )
Example:
body {
font-family: "Hind Siliguri", sans-serif; // Change the font family here
font-size: 1rem;
font-weight: 400;
color: var(--default-color);
background-color: rgb(var(--body-bg-rgb));
line-height: 1.5;
text-align: start;
overflow-x: clip;
padding: 0;
margin: 0;
min-height: 100vh;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
Change Brand Logo
How to Change Brand Logo?
Go to the path ( your-public-root-directory/whmcs/templates/hostma-hosting/custom/img/brand-logo/ ) folder and replace
your
logo with Previous Logos within in image size.
note: Please don't increase logo sizes. Replace your logo within
given
image size. otherwise the logo will not fit in particular place it
disturbs the template design.