Home › Forums › WoodMart support forum › EDITAR ICONOS DE MI CUENTA
EDITAR ICONOS DE MI CUENTA
- This topic has 11 replies, 2 voices, and was last updated 2 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
February 22, 2022 at 3:06 pm #355116
BitpromwebParticipantHola! 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.February 22, 2022 at 11:27 pm #355193
Elise NoromitMemberHello,
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
February 23, 2022 at 7:13 am #355237
BitpromwebParticipantGenial! Solo tendría que añadir 2 iconos, de presupuestos y monedero. ¿Estos códigos en que parte los pego?
Gracias.
February 24, 2022 at 12:48 am #355640
Elise NoromitMemberHello,
Provide the screen pleas of which icons you want to change, I cannot catch your idea.
Best Regards
February 24, 2022 at 7:15 am #355683
BitpromwebParticipantEstos 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.February 25, 2022 at 12:06 am #355865
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area.
Best Regards
April 6, 2022 at 7:28 am #366611
BitpromwebParticipantDónde puedo modificar los iconos de “My Account”
Necesito modificar los iconos de PRESUPUESTO y de MI MONEDERO ¿dónde podría hacerlo?
April 7, 2022 at 10:54 am #366825
Elise NoromitMemberHello,
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
April 7, 2022 at 2:27 pm #366870
BitpromwebParticipantYa 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.April 8, 2022 at 1:26 am #366916
Elise NoromitMemberHello,
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
April 8, 2022 at 6:08 am #366932
BitpromwebParticipantAsí 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.April 9, 2022 at 12:45 am #367118
Elise NoromitMemberHello,
I have corrected the code. Please check.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register