• great plugin. Just a thought. The icon was coming out more blurry than I liked so I switched the Icon from the image to use font awesome.

    I did not modify the plugin directly, just in case there was an update. I just modifed using CSS.

    /**** Hide current cart image ****/
    .dropdown-cart-button {
    background: none !important;
    border: none; }

    /*** Add Font Awesome cart ****/
    .dropdown-cart-button:before {
    content: “\f07a”;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 15px;
    top: 4px;
    }

    /**** adjust padding for my needs ****/
    .dropdown-cart-button .dropdown-total {
    padding: 7px 36px 5px 0;
    }

    Again, great work on the plugin. thx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter n2nguyen

    (@n2nguyen)

    forgot.

    changed out the arrow as well

    .dropdown-total:before {
    content: “\f0dd”;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 15px;
    top: 9px;
    }

    .dropdown-cart-button .dropdown-total {
    padding: 11px 36px 5px 0;
    background: none;
    }

    Thank you for advising this.

    I will be releasing an updated version soon which will use the inbuilt dasicons or font awesome instead of using a picture. This will be much better than using a picture which are blurry on retina devices.

    Stay tuned ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘just a thought’ is closed to new replies.