Classifieds - Map View
Give your Classifieds feature a stylish, different look!
Please be advised that we are not able to customise or adjust this CSS for you, however the input process is straight forward - please copy and paste the following code at the bottom of the Colours section (at the very bottom of that page):
__________________________________________________________________________________
/*Classifieds - Map View*/
ion-view[state="classifieds"] div#classifieds_subheader.bar.bar-subheader.bar-custom.item-input-inset {
width: 95%;
margin: auto;
margin-top: 40px;
border-radius: 10px;
background-color: white;
opacity: 1;
}
ion-view[state="classifieds"] div#classifieds_subheader.bar.bar-subheader.bar-custom.item-input-inset.expanded {
width: 100%;
background-color: white;
}
ion-view[state="classifieds"] > ion-content:nth-child(4) {
top: 0px !Important;
height: 100% !important;
}
ion-view[state="classifieds"] div#classifieds_subheader button.button.button-custom.header-item.ng-click-active.active {
background-color: #009fe3;
border: none;
}
ion-view[state="classifieds"] div#classifieds_subheader button.button.button-custom.header-item.ng-click-active {
background-color: #333;
border: none;
}
ion-view[state="classifieds"] ion-footer-bar#classifieds_footer {
background-color: transparent;
border: none !important;
box-shadow: none !important;
}
ion-view[state="classifieds"] div#mapContainer > button.fab.button.button-custom.small {
bottom: 20px;
color: white;
background-image: linear-gradient(60deg, #009fe3, #009fff);
}
ion-view[state="classifieds"] ion-footer-bar#classifieds_footer {
z-index: 0;
}
ion-view[state="classifieds"] ion-footer-bar#classifieds_footer > div.button-bar > button.button.button-custom.ng-binding {
visibility: hidden;
bottom: 25px;
border: none !important;
padding: 0px;
}
ion-view[state="classifieds"] ion-footer-bar#classifieds_footer > div.button-bar > button.button.button-custom.ng-binding:after {
visibility: visible;
content: "My Shop";
width: 50%;
position: absolute;
display: block;
color: white;
bottom: 0px;
top: 0px;
left: 0px;
right: 0px;
background-image: linear-gradient(60deg, #009fe3, #009fff);
font-weight: bold;
font-size: 16px;
border-radius: 10px;
margin-left: 10px;
}
ion-view[state="classifieds"] div#map a.button.button-custom.header-item.ng-click-active {
display: block;
width: 90%;
margin: auto;
background-image: linear-gradient(60deg, #009fe3, #009fff);
color: white;
font-weight: bold;
border: none;
margin-bottom: 10px;
min-height: 30px;
padding-top: 10px;
padding-bottom: 10px;
font-size: 14px !important;
}
ion-view[state="classifieds"] div#map b:nth-child(1) {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: linear-gradient(180deg, #009fe3, #009fff);
font-weight: bold;
font-size: 16px;
}
ion-view[state="classifieds"] div#map b:nth-child(7) {
color: #FF3D55;
font-size: 14px;
font-weight: bold;
}
ion-view[state="classifieds"] div#mapInfoWindow {
top: 23vh;
width: 80%;
left: 10%;
}
ion-view[state="classifieds"] div#mapInfoWindow span.info-window-title.ng-binding {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: linear-gradient(180deg, red 50%, blue 50%);
font-weight: bold;
font-size: 16px;
}
ion-view[state="classifieds"] div#mapInfoWindow span.info-window-distance.ng-binding {
color: blue;
font-size: 12px;
}
ion-view[state="classifieds"] div#mapInfoWindow img {
max-height: 25vh !important;
border-radius: 8px;
}
ion-view[state="classifieds"] ion-content.classifieds.has-subheader.scroll-content.ionic-scroll.scroll-content-false.has-header.has-footer div#mapContainer div#mapInfoWindow div.item.item-custom.item-text-wrap.info-window-icon span.info-window-more.ng-binding {
display: block;
text-align: center;
background-image: linear-gradient(45deg, red, blue);
color: white;
padding: 3px;
border-radius: 8px;
font-size: 12px;
letter-spacing: 0.8px;
}
ion-view[state="classifieds"] i.icon.ion-android-open {
display: none;
}
ion-view[state="classifieds"] div#mapInfoWindow > div.item.item-custom.item-text-wrap.info-window-icon {
border-radius: 20px 20px 0px 0px;
}
ion-view[state="classifieds"] div#mapInfoWindow > div.item.item-custom.item-text-wrap.ng-binding {
border-radius: 0px 0px 20px 20px;
}
ion-view[state="classifieds"] div#mapInfoWindow > div:nth-child(4) {
display: none;
}
.bar.bar-custom.bar-footer {
background: white 0%;
}
__________________________________________________________________________________
NOTES:
Elements in BOLD can be updated.
- Colours - you can replace the HEX codes with the required colours. You can use section tags in BOLD see what section CSS element belongs to.
- URLs - you can upload your images using Image Uploader within Modules > Image Uploader. Use the generated URLs and replace the current image URLs in BOLD.