• Resolved froess

    (@froess)


    estou tentando alterar as cores do coração no cabeçalho e o tamanho do coração, estou usando o tema do elementor gratis mais nao acho nada para fazer essa função pode me dizer como mudo?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    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

    Thread Starter froess

    (@froess)

    HELP??

    Plugin Author templateinvaders

    (@templateinvaders)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘colors and text style’ is closed to new replies.