Supreme Directory Theme Common Customizations
Header Area
/*GDV2 Supreme - Hide the User Icon and panel link on mobile */
@media (max-width: 992px){
.dt-mobile-account-wrap {
display: none!important; }
}
/*Hide the mobile menu icon*/
@media (max-width: 992px){
.dt-nav-toggle {
display: none!important;}
}
Supreme Featured Area
/*Adjust Supreme Featured Area Overlay Opacity and Color*/
header .featured-area::before {
background-color: white!important;
opacity: 0;
}
/*Hide the Title in the Featured Area*/
.sd .featured-area h1.entry-title {
display: none;
}
/*Change the height of the featured area */
header .featured-area {
height: 50vh; //was 100vh
}
Supreme Archive
/*Hide the Title on all Archive Pages*/
body.archive h1.entry-title {
display: none;
}
/*Hide the Badges in the Details page */
.sd-detail-info .gd-badge {
display: none;
}
/*Hide the Claim Button in the GeoDirectory Single Detail area*/
.sd-detail-author .geodir-post-claim{
display: none;
}
/*Mobile Custom CSS*/
/*GD SD Mobile - Hide login icon, adjust category width*/
@media only screen and (max-width: 600px) {
.dt-mobile-account-wrap {
display:none!important;
}
header .featured-area .geodir-categories-container .gd-cptcat-rows ul {
min-width: auto!important;
width: 80px!important;
}
}
GeoDirectory Single template Detail Info Section
/* GD Supreme Single Header - Hide Author Info and Claim Button */
.sd .sd-detail-details .sd-detail-author {
display: none;
}
/*GDV2 Supreme Single Header - Hide the author avatar image*/
.sd .author-avatar {
display: none;
}
/* GDV2 Supreme Single Header - Hide Favorites */
.sd-detail-cta .gd-list-favorite {
display: none;
}
/*GDV2 Supreme - Hide Write a Review Button*/
.sd-detail-cta .gd-badge-meta {
display: none;
}
/* GD Supreme Single Header - Hide Title */
.sd .sd-detail-details .sd-entry-title {
display: none;
}
/* GD Supreme Single Header - Hide Address */
.sd .sd-detail-details .sd-address {
display: none;
}
/* GD Supreme Single Header - Hide Ratings */
.sd .sd-detail-details .sd-ratings {
display: none;
}
/* GD Supreme Single Header - Hide Categories */
.sd .sd-detail-details .sd-detail-cat-links {
display: none;
}
/* GD Supreme Single Header - Hide Badges for Phone Facebook etc */
.sd .sd-detail-details .sd-contacts {
display: none;
}<br><br>/* Change the Write a Review Badge Color */
.gd-badge-meta-write-a-review .gd-badge {
background-color: #157b48 !important;
}
/* Change the Write a Review Badge Color on Hover */
.gd-badge-meta-write-a-review .gd-badge:hover {
background-color: #157b48 !important;
}