Best Premium and Free WordPress Themes › Forums › Education Base Pro › Page Border and Black Title Bar › Reply To: Page Border and Black Title Bar
May 10, 2017 at 4:36 am
#16965
Keymaster
2. To change the header section black color.
.inner-main-title{
background: #fff;
}
.inner-main-title .entry-title, .inner-main-title .page-title {
color: #000 !important;
}
3. To change the menu in to lowercase.
.main-navigation li {
text-transform: lowercase;
}
Hope, the above provided CSS codes will help you to make the section as your need.
Thank you