Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #184188

    Hallo,

    ist es möglich den Header so zu gestalten dass sich das Logo sowie das Menü nicht minimiert bzw. verkleinert?

    Der Header sollte sich genau so verhalten wie er es momentan auch tut (Small fixed Header) nur ohne diesen Shrink-Effekt.

    Vielen Dank für Hilfe :)

    #184461

    Hey drkaske!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu ul:first-child > li a, #header_main .container {
    height: 88px!important; line-height: 88px!important; }
    .logo a, .logo img { max-height: 88px!important; }

    Cheers!
    Yigit

    #184713

    Vielen Dank für den grandiosen Support!

    Noch eine Frage: Ist es möglich den Transparenz-Effekt im Header zu entfernen? Damit keine Zeichen/Bilder usw. beim Scrollen “durchscheinen”?

    Vielen Dank im Voraus!

    #184826

    Hey!

    Bitte schön :) Please add following code to Quick CSS as well

    .header_bg { opacity: 1; }

    Cheers!
    Yigit

    #185271

    Top!

    Danke nochmal.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header ohne Shrink-Effekt’ is closed to new replies.