Increase height of Header in Gateway Theme
-
Hello,
I don’t know much about customizing, but all I want is to make my header taller so that my image can fit. Also, I was wondering if there is a way I could make only my menu title’s a different color when the mouse is put over it.The blog I need help with is: (visible only to logged in users)
-
Hi, for the header, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.site-branding { min-height: 150px; }On the menu text hover color, add the following to your custom CSS and then edit the color code as desired.
.main-navigation a:hover { color: #cc0000 !important; } -
-
- The topic ‘Increase height of Header in Gateway Theme’ is closed to new replies.