Custom Logo per Sub-Account (Location Level)
M
Marshanski Digital
I would like to request the ability to upload a unique logo for each individual sub-account. Currently, the agency-level logo dictates the branding across the board (or requires complex CSS hacks).
Allowing granular control over logos at the location level is essential for a true White-Label experience and helps clients identify with their own workspace immediately upon logging in.
Photo Viewer
View photos in a modal
Log In
S
Shahzeb Alam
Paste this into your agency account's Custom CSS
/
================= PER-SUB-ACCOUNT LOGOS =================
/.sidebar-v2-location.LOCATION_ID_HERE img.agency-logo {
content: url('LOGO_URL_HERE');
}
*/