PenciDesign replied
Hi,
1/ You can add more this code to Customize > Custom CSS to do that:
\
.penci-page-header h1{ color: #111111; }You can change color code 111111 in the above code to any color code you want.
You can get a color code here
2/ By default the search box has transparent color.
If you want to change background color & text color for search widget, please try add more this code to Customize > Custom CSS:
\
.widget #searchform input.search-input, .penci-sidebar-content .widget #searchform input.search-input{ background: #14abd1; color: #ffffff; }\
.penci-sidebar-content .widget #searchform input.search-input::-webkit-input-placeholder { color: #ffffff; }
.penci-sidebar-content .widget #searchform input.search-input::-moz-placeholder { color: #ffffff; }
.penci-sidebar-content .widget #searchform input.search-input:-ms-input-placeholder { color: #ffffff; }
.penci-sidebar-content .widget #searchform input.search-input:-moz-placeholder { color: #ffffff; }3/ This theme doesn't support change the height for the header.
And you can add more this code to Customize > Custom CSS to change the size for your logo in header style 6:
\
#navigation.header-6 #logo img, .is-sticky #navigation.header-6 #logo img{ padding: 2px 0; }Best Regards,
PenciDesign