Color Change and Positioning

Is it possible to change the color of the search icon widget? I was able to change the colors of my other widgets through customization but it offers no option for changing the search widget color.

Also, it is possible to change the placement of the header title? I inserted a logo and would love to be able to reposition it in the header. Same for the top menu in the header- can it be centered?

Thanks!

Sorry, I’m really confused by this response. Are you talking about the color change or repositioning? I have no idea how to work with java script so I’m not sure what I’m supposed to do. Sorry.

hey there

Please add this CSS in appearance - customize - additional CSS

button#searchsubmit {
color: #e00000 !important;
}
@media (min-width: 768px){
.navbar-header {
float: none;
}
}
.nav.navbar-nav {
float: none !important;
display: table;
margin: 0 auto;
}

Thanks!
Colorlib Support Team