does this work:
.home {
border: 10px solid red !important;
}
?
That works! Ok, so i guess i must be typing the code in wrong or the Geodirectory plugin must not be letting me change it:
It is the section.widget i’m trying to change for home only…
.home.geodir_full_page section.widget{margin-bottom:200px;padding:80px!important; }
.home.section.widget {
border: 10px solid #DDD;
/* background-color: rgba(228, 233, 255, 1);
margin-bottom: 15px;
padding-left: 20px;
border-radius: 5px;
}
*/
section.widget {
border: 1px solid #DDD;
/* background-color: rgba(228, 233, 255, 1);*/
margin-bottom: 15px;
padding-left: 10px;
border-radius: 4px;
}