Home Forums Basel support forum AGREGAR URL EN CSS

AGREGAR URL EN CSS

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419465

    mario2020
    Participant

    Hola

    En “mi cuenta” agregue un apartado de “facturaciòn” que esta sustituyendo el botòn “salir” queda de la siguiente manera pero al dar clic te saca de la cuenta pero yo quiero que al dar clic me mande al boton de facturaciòn. Me peuden ayudar?

    dejo la url abajo en privado gracias

    .woocommerce-MyAccount-navigation-link–customer-logout {
    visibility: hidden;
    }
    .woocommerce-MyAccount-navigation-link–customer-logout :before {
    content: ” FACTURACIÓN “;
    visibility:visible;
    position: relative;
    right: -0px;
    height: 10px;
    font-size: 12px;
    color: #6C6C6C
    }

    Attachments:
    You must be logged in to view attached files.
    #419705

    Hello,

    HTML structure does not allow solving it by custom CSS. The modification requires complicated Woocommerce code customization which is not covered by our support.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)