Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #877613

    Hello,
    I would like to set for one page, the transparent fixed header and the logo centered.
    It’s possible?

    thank you very much!

    #878352

    Hey topmedialab,

    Edit the page that you want to have transparent header and go to Header visibility and transparency (in the sidebar) and set it to: Transparent Header.

    Then add this css code in QUick CSS (located in Enfold > General Styling):

    .page-id-3585 span.logo {
        width: 100%;
    }
    
    .page-id-3585 span.logo img {
        max-height: 72px !important;
        margin: 0 auto !important;
    }
    
    .page-id-3585 span.logo img.alternate {
        left: 50%;
        margin-left: -127.4px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

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