New Landing How can we help? Cardinal standalone Alt Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #241055
    bza
    Member
    Post count: 39

    Hi,

    When I set the alternative logo it’s displayed next to the standard (text) logo.
    I like the functionality that it switches to the basic logo for the sticky header,
    However I would like the alternative header to stand alone without displaying the text logo additionally.

    Thanks!

    #241233
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    #logo .text-logo {
      display: none;
    }

    Or just delete the text logo from the options

    – Kyle

    #241246
    bza
    Member
    Post count: 39

    Thanks, unfortunately that removes the text logo completely.
    I would like to have the text logo as the default logo.
    And I want to keep the default (text) logo for the sticky header.
    I only want to avoid that the text logo is displayed next to the alt logo
    on pages where I set an alternative logo.

    picture to explain it

    #241250
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this:

    #header-sticky-wrapper:not(.is-sticky) #logo *:not(:first-child) {
      display: none;
    }
    

    – Kyle

    #241285
    bza
    Member
    Post count: 39

    It works.
    I really appreciate the great support here.
    Thanks!

    #241288
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register