I need help with my Wordpress website. I want to remove the top black bar, but I'm worried it will affect other elements coded within it. Is there a safe way to remove the top bar without disrupting the rest of the components?
The website in question can be found at 192.254.143.28
@charset "utf-8"; /* CSS Document */
/* Design for a width of 768px and Gutter: 30px, Unit: 32px */
@media only screen and (min-width:1119px) and (max-width:1520px) {
#slider { min-height:450px; }
.property-search-container.type2 { top:20%; }
.property-search-container.type1 {width: 581px; }
.boxed .container, .boxed .top-bar .top-container { width:1000px; }
/* Other CSS rules go here */
}
@media only screen and (min-width:960px) and (max-width:1120px) {
/* More CSS rules for different screen sizes */
}
/* Media queries for tablet (portrait) view */
@media only screen and (min-width:768px) and (max-width:959px) {
/* Additional CSS styles specific to tablet portrait view */
}