Home Forums WoodMart support forum EDITAR ICONOS DE MI CUENTA

EDITAR ICONOS DE MI CUENTA

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #355116

    Bitpromweb
    Participant

    Hola! Como puedo cambiar los iconos de mi cuenta, he añadido nuevas pestañas y necesito cambiar el icono de presupuestos y mi monedero.

    Gracias.

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

    Hello,

    We provide below the selectors for My Account page:

    For the Orders icon:

    .woodmart-my-account-links .orders-link a:before {
        content: "\f138";
        font-family: woodmart-font;
    }

    For Downloads icon:

    .woodmart-my-account-links .downloads-link a:before {
        content: "\f136";
        font-family: woodmart-font;
    }

    For addresses icon:

    .woodmart-my-account-links .edit-address-link a:before {
        content: "\f139";
        font-family: woodmart-font;
    }

    For Account detalis icon:

    .woodmart-my-account-links .edit-account-link a:before {
        content: "\f135";
        font-family: woodmart-font;
    }

    For Wishlist icon:

    .woodmart-my-account-links .wishlist-link a:before {
        content: "\f134";
        font-family: woodmart-font;
    }

    For logout icon:

    .woodmart-my-account-links .customer-logout-link a:before {
        content: "\f137";
        font-family: woodmart-font;
    }

    You can replace these styles and insert yours with the approprate icons.

    Best Regards

    #355237

    Bitpromweb
    Participant

    Genial! Solo tendría que añadir 2 iconos, de presupuestos y monedero. ¿Estos códigos en que parte los pego?

    Gracias.

    #355640

    Hello,

    Provide the screen pleas of which icons you want to change, I cannot catch your idea.

    Best Regards

    #355683

    Bitpromweb
    Participant

    Estos son los iconos que quiero cambiar (adjunto captura)

    Ahora necesito saber dónde modificar los códigos.

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

    Hello,

    Please insert the site admin access into the Private content below the message area.

    Best Regards

    #366611

    Bitpromweb
    Participant

    Dónde puedo modificar los iconos de “My Account”

    Necesito modificar los iconos de PRESUPUESTO y de MI MONEDERO ¿dónde podría hacerlo?

    #366825

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-my-account-links .quotes-link a:before {
    color:transparent;
    background-image: url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2016/09/brand-PackIt.png);
    }
    body .wd-my-account-links .woo-wallet-link a:before {
    color:transparent;
    background-image: url(https://z9d7c4u6.rocketcdn.me/wp-content/uploads/2016/09/brand-PackIt.png);
    }

    You need to upload images into the Media library, take the image URLs and replace them in the code accordingly. As soon as you add images, there may be some corrections required, please contact us.

    Best Regards

    #366870

    Bitpromweb
    Participant

    Ya he subido los iconos, y he añadido el código en Theme Settings > Custom CSS > Global Custom CSS

    Los iconos aparecen ahora en blanco, no se ven. ¿Tengo que subirlos en SVG? Para que cuándo pasas el cursor cambie de color como los otros.

    Gracias.

    • This reply was modified 2 years, 8 months ago by Bitpromweb.
    Attachments:
    You must be logged in to view attached files.
    #366916

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #366932

    Bitpromweb
    Participant

    Así están los iconos, se repiten. El código lo añadí aquí: en Theme Settings > Custom CSS > Global Custom CSS

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

    Hello,

    I have corrected the code. Please check.

    If you have any questions please feel free to contact us.

    Best Regards

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