SOLVED: Mini Cart icon font size (WooCommerce)

Hi guys,

I’ve just noticed I’m unable to change the Icon font size of the Mini cart within the builder when a class is assigned.

  • Mobile-first.
  • v1.8.2

Thanks

Hi Mike,
Thanks for your report!

I’ve added the issue to your previously reported Mini Cart task.

However, the problems are not so easy to solve because specificity always throws a wrench in our plans. A single class will always lose if it competes against several nested/chained classes, which cannot always be avoided. That is also the case here.

While your class is selected, add this custom CSS which targets the correct selector and has the same specificity as the default:

root .mini-cart-link i {
  font-size: 50px;
}
1 Like

Hi Mike,
We’ve fixed this issue in Bricks 1.8.6, now available as a one-click update in your WordPress Dashboard.

Please let us know if you are still experiencing issues.

Best regards,
timmse

1 Like