New Landing How can we help? Atelier Modal in Top bar?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #288873
    huntingensemble
    Member
    Post count: 318

    Hey Guys,

    Is it possible to add a modal in the top bar? If so how do I accomplish this?

    Thanks!
    Joost

    #288884
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Have you tried adding the modal shortcode to the topbar text area?

    – Kyle

    #288889
    huntingensemble
    Member
    Post count: 318

    Hey Kyle,

    Yes it works only it shows as a button underneath the first sentence. And I want it just as text with some underlining right behind the sentence. Is that easy to fix?

    Check my homepage. To see what I mean.
    Thanks,

    Joost

    #288891
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #top-bar .container .tb-left {
      width: 80%;
    }
    #top-bar .container .tb-right {
      width: 20%;
    }
    #top-bar .tb-text .sf-button {
      display: inline-block;
      padding: 0;
      margin: 0;
    }

    – Kyle

    #288892
    huntingensemble
    Member
    Post count: 318

    Nice! Thanks, Last question how do I remove the grey hover effect?

    Thanks,
    Joost

    #288894
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    Add this:

    #top-bar .tb-text .sf-button:hover {
      background-color: #fff;
    }

    – Kyle

    #288896
    huntingensemble
    Member
    Post count: 318

    Yes works! Thanks Kyle,

    Joost

    #288897
    huntingensemble
    Member
    Post count: 318

    Oh one more question, Is it also possible to decrease the width of the drop down in the top bar? (for the currencies?) It’s quite wide now with some blank space.

    Thanks,
    Joost

    #288898
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .chosen-container {
      min-width: 80px;
    }
    

    – Kyle

    #288900
    huntingensemble
    Member
    Post count: 318

    Perfect. Thanks!
    Joost

    #288904
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    – Kyle

Viewing 11 posts - 1 through 11 (of 11 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