New Landing How can we help? Themeforest Theme Support Dante Header: Cart Dropdown

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #118514
    MHC
    Member
    Post count: 247

    Hi,

    I have three questions regarding the header cart dropdown:

    1. How can I make the dropdown background not transparent?

    2. How to change the line (dividers) & text colors?

    3. How to stop the buttons (go to the shop, view cart, proceed to checkout) from hovering?

    Attached screenshot for explanation. Thank you.

    #118515
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #118608
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    nav .menu ul.sub-menu {
      background-color: #ffffff!important;
    }
    .bag-header, .bag-product, .bag-empty, .wishlist-empty {
      border-color: #efefef!important;
    }
    a.sf-button.sf-icon-reveal.checkout-button:hover span.text, a.sf-button.sf-icon-reveal.shop-button:hover span.text {
      padding-left: 11px;
    }
    a.sf-button.sf-icon-reveal.checkout-button:hover i, a.sf-button.sf-icon-reveal.shop-button:hover i{
      display:none;
    }

    – Kyle

    #118627
    MHC
    Member
    Post count: 247

    Hi Kyle,

    The “View Cart” button & text color not changed?

    Others work great.
    Thanks so much!

    #118656
    MHC
    Member
    Post count: 247

    Hi Kyle,

    I managed to change the text color. Now only need to stop the “View Cart” button from hovering.

    Thanks!

    #118738
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry, in my code above I wrote .shop-button:hover it should be .bag-button:hover

    – Kyle

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