To change the logo size, add this snippet of CSS code to Appearance > Customize > Additional CSS.
.wd-site-logo .custom-logo {
height: 90px;
}
As far as I have understood, you want to increase the logo size. So, here the height is set to 90px
which is perfect according to me. (the default height is 50px
) But you can change it if you want.
<h3> Personal Suggestion </h3>
Because of our header background image, your menu is not visible properly. Add this snippet of code to fix this. But, it’s just a suggestion :).
.primary-nav li a {
font-size: 16px;
}
.site-header .col-full {
padding: 0;
background: #00000087;
}
<h3>And about the search bar</h3>
You will have to explain more about what help you need for the search bar.
-
This reply was modified 6 years, 3 months ago by ZeeTheme.