Hi @froess
We can’t check your website because you set it to maintenance mode for visitors.
Thread Starter
froess
(@froess)
You can look now I’ve taken it out of maintenance mode
Sorry for the delay in getting back to you! Based on your active theme styles, you can customize the sizes and colors of the wishlist counter in the header using the following custom CSS rules:
a.wishlist_products_counter{
position: relative;
}
a.wishlist_products_counter::before {
color: white !important;
font-size: 30px !important;
}
span.wishlist_products_counter_number {
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -1.3em;
inset-inline-end: -0.5em;
border-radius: 100%;
color: #fff;
background-color: #52afd5;
text-align: center;
font-size: 10px;
}
These rules will help you adjust the position, font size, and color of the counter.