Hello. I am a beginner. i am using “Sydney” theme to create my wordpress website.
My theme has a Full Screen Slider and I want that along with the slider,At top Menu Color as “BLACK”. Example website is “http://www.themidwestasian.com/”.
As per your responses I have changed my Custom Css as below:
.widget_sydney_latest_news .roll-button {
display: none;
}
body > .preloader{ display: none; }
.widget-area .widget {
padding-top: 0;
}
.site-info {
text-align: center;
}
#gallery-1 {text-align: center;}
figure.gallery-item {margin: 5px; width: 267px; display: inline-block;}
header.tc-header {
background-color: #000000;
}
I am not seeing the updated background colour as “BLACK”.
Please suggest where I am wrong.