- This topic has 4 replies, 5 voices, and was last updated 6 years, 7 months ago by MatiasP.
- AuthorPosts
- December 2, 2016 at 4:54 am #1266whiterabbit7844Participant
Hi,
Just found your theme today. Kind of on the fence about it. In once sense, it’s pretty cool that it’s dead simple to set up, not a lot of knobs to twist. Unfortunately, at the same time, there’s not a lot of knobs to twist, so if you run into a problem, from what I can tell on this board, you’re kind of SOL.
I may have run into such a problem. I need to be able to make my logo (and, respectively, my header) at least 150px high. Preferably even closer to 200px would be nice.
Possible? Or am I about to find myself in pursuit of another theme?
Thank you for your time,
Michael
December 3, 2016 at 12:43 am #1268nguyen4514ParticipantIf you are willing to dive into the main css file, you can adjust the size of the header. I increased the header size to 110px. I didn’t have a large logo. I just thought that a slightly larger header size looked better on mobile devices.
#ht-masthead{
border-top: 4px solid #FFC107;
background: #FFF;
height: 110px; <——— changed this
border-bottom: 1px solid #F1F1F1;
z-index: 99;
transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-webkit-transition: height 0.3s ease;
}December 5, 2016 at 9:06 pm #1278HashKeymaster@nguyen4514 thanks for the help.
@whiterabbit7844 the above CSS should help you the increase the header height.May 16, 2017 at 9:54 pm #2984jarobertParticipantHi. I want to change the header height, but I can´t find #ht-masthead anywhere in the style.css. What is the name of the style sheet?
And I want to change the link colors ect. but nothing happens, when I change the colors in Style.css?
June 6, 2017 at 4:37 am #3022MatiasPParticipantYou can just paste the piece of code @nguyen4514 shared in the “Additional CSS” section on the WordPress Live Customizer.
- AuthorPosts
- You must be logged in to reply to this topic.