Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #741666

    Hello,
    I’m using a different logo for the transparent header on the home page than elsewhere on the site, so need that header area to be larger than the rest of the site. I added the following code, which is working (however, please feel free to tell me if this is sloppy/not the best way to do it)

    /* Transparent logo on home page only */
    .html_header_transparency #top .avia-builder-el-0 .container {
      padding-top: 120px;
    }
    .html_header_transparency #header_main > .container, 
    .html_header_transparency #header_main > .container .main_menu ul:first-child > li > a, 
    .html_header_transparency #header_main #menu-item-shop .cart_dropdown_link {
      height: 160px !important;
      line-height: 160px !important;
    }
    .html_header_transparency strong.logo {
      top: 20px;
      height: 165px;
      width: 374px;
    margin-bottom: 20px;
    }

    The problem now is with the shrinking/sticky part. When it shrinks, I just need it to shrink to the size it does on the rest of the site. Can you help me with that, please?

    Thanks!

    #743816

    Hey Taryn,

    Thank you for using Enfold.

    We modified the code in the Quick CSS field a bit. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #744082

    Wonderful – thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Different logo and size for transparent logo only’ is closed to new replies.