Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #458311

    Hello,

    I am sure I have done something stupid… My shopping cart used to be pink.

    Quick CSS

    #top .cart_dropdown {
    font-size: 20px;
    color: #ff0099 !important;
    margin-left: 30px !important;
    }

    For some reason the CSS is being ignored now… if I add display: none it does disappear though :-/

    Cheers

    Chris

    #458339

    Hi cripworth!

    Please add following code to Quick CSS

    a.cart_dropdown_link {
      color: #ff0099!important;
    }

    Regards,
    Yigit

    #458455

    Thanks Yigit! You guys are awesome.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘cart icon colour/size being ignored’ is closed to new replies.