Change Logo

SaasAble admin offers a unique feature that allows you to replace all your branding elements from a single location, enabling you to launch your product faster. We provide a branding.json file where you can simply replace the values with your own brand properties.

Any reference to logos and branding in images will not be replaced automatically by this guide. You will need to manually update and replace those images with your own.

src/branding.json
{
    "brandName": "SaasAble",
    "company": {
        "name": "Phoenixcoded",
        "url": "https://phoenixcoded.authordesk.app/"
    },
    "logo": {
        "main":"",
        "logoIcon": ""
    }
}

Logo Guidelines

You need to provide the path of your logo in the src/branding.json, and the code will use the specified logo instead of the default SaasAble logo. If no path is provided, the SaasAble logo will be used by default. For each logo, there are size guidelines to ensure a better site experience, please check the below guidelines for each logotype:

main
logoIcon

Size

140x27

37x40

Format

Image Format

Image Format

Providing image logos will not change the color when updated using the customizer. If you need the logo color to change dynamically at runtime, please use an SVG format, similar to the one used for SaasAble logos.

Last updated