Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #643239

    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

    #643274

    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

    #643283

    Great…i will try it out.

    Forgot to ask another question:

    1) How can I make the sticky header transparent?

    Thanks!

    #643832

    Hey!

    Try adding this code to the Quick CSS:

    .header_bg {
        opacity: 0 !important;
    }

    Cheers! 
    Josue

    #643848

    Perfect – thank you!

    #643908

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header questions’ is closed to new replies.