Tagged: header
Hi –
Great theme! Few questions about header area…
On the home page…http://perfectpracticegolf.com/
1) How can I increase the height of the sticky header?
2) How can I remove the white borders around the check out cart? See image here…http://i.imgur.com/fDVePM4.png
3) How can add more padding above the logo? When I try to do it, the logo size decreases. I like the logo the size I have it now. See here..http://i.imgur.com/cICFspn.png
Thank you!
Fabian
Hey Fabian,
Thanks for getting in touch with us!
1) Please go to Dashboard > Enfold > Header. You can increase the size of the header there if you need it to display bigger when it shrinks.
2) Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top #menu-item-shop.cart_dropdown {
border: none !important;
}
3)Try the following code as well:
.logo {
padding-top: 10px;
}
Let me know if you need further assistance.
Best regards,
Jordan
Great…i will try it out.
Forgot to ask another question:
1) How can I make the sticky header transparent?
Thanks!
Hey!
Try adding this code to the Quick CSS:
.header_bg {
opacity: 0 !important;
}
Cheers!
Josue
Perfect – thank you!
You are welcome, glad to help :)
Regards,
Josue