-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge to edge image at home page #298
Comments
Hi, Try to add this code into css/override.css file (first enable this option in Template Options -> Advanced tab) #gk-header {
background: #fff url("../images/your_image.png") no-repeat;
} and upload your images into MeetGavernWP/images directory. |
This works, thanks. But now my image is not responsive. When I resize browser window, the picture remains the same size |
Add also this CSS property to your #gk-header: background-size: cover; |
Awesome! The last question, how to change the big header font size on home page? |
Add this code into override.css: .gk-big-header {
font-size: 70px;
} |
Hey guys, just wondering if it's possible to make an edge to edge photograph on a home page? Basically, what I wanna do is to replace the grey background with an image and preserve text with buttons. What code should I use?
Thanks
The text was updated successfully, but these errors were encountered: