Jump to content

Change the design ont _desktop_cart


Recommended Posts

Hello,

 

I would like to change the appearance of the module shopping cart, I look for css that is .

The main id is _desktop_cart

If I delete this id, the refresh does not work, and the graphical aspect changes, or I can find the css of this id ?, it is linked with 'blockcart' but I can not find the call of the css, for me allow to change the style.

 

<div id="_desktop_cart">
  <li  class="blockcart {if $cart.products_count > 0}active{else}inactive{/if}" data-refresh-url="{$refresh_url}">

 

I found the css but it does not change anything:

    #header .header-nav .blockcart {
        margin-left: 0;
        background: inherit
    }

 

 

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...