Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #565937

    Hello,

    I have utilized this thread to learn how to make a text-only logo instead of an image logo…
    http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/

    How can I remove the space underneath it and control the height of that area? And what are the best CSS selectors to style it?

    Thank you!

    #566036

    Hey tonyska!

    1.
    To Change the logo font size please add the below css in Enfold > General Styling > Quick CSS

    div.container.av-logo-container h1 {
        font-size: 32px;
    }

    2.
    To change header height

    #top #header_main > .container {
        height: 100px;
        line-height: 100px;
    }

    3.
    To view the class names you can right click inspect the element and change the css in the browser.

    Hope this helps :)

    Best regards,
    Vinay

    #566634

    Worked great, thank you!

    #566737

    Hi,

    Great, glad you got it working :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.