Follow the instructions below to customize the top icons in the Classifieds feature.
1) Log into your App Manager and select your app.
2) Click Colors from the left-hand-side of the screen (or the middle of the screen).
3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.
/*** BEGIN: CLASSIFIEDS - CHANGE TOP ICONS ***/ .ion-ios-plus-outline:before { content:""; background-image: url("https://resminiz.com/.../184386ff75ab14e61c31f073be53a9ab..."); background-size: cover; width: 28px; height: 28px; position: relative; display: block; margin: auto; } .ion-ios-person-outline:before { content:""; background-image: url("https://resminiz.com/.../d1488e54aed8393b065660e15a1e653d..."); background-size: cover; width: 28px; height: 28px; position: relative; display: block; margin: auto; } .ion-ios-heart-outline:before { content:""; background-image: url("https://resminiz.com/.../be4f666d324567f0fc3a7c7709276057..."); background-size: cover; width: 28px; height: 28px; position: relative; display: block; margin: auto; } .ion-ios-list-outline:before { content:""; background-image: url("https://resminiz.com/.../c020211ada046e670a7937f799287c90..."); background-size: cover; width: 28px; height: 28px; position: relative; display: block; margin: auto; } .ion-sb-fw-map:before { content:""; background-image: url("https://resminiz.com/.../637840e2be1c1dc5520c6d738c6179ce..."); background-size: cover; width: 28px; height: 28px; position: relative; display: block; margin: auto; } /*** END: CLASSIFIEDS - CHANGE TOP ICONS ***/
4) Click Save.