Tagged: change into icons, change menu, icon
-
AuthorPosts
-
February 10, 2023 at 12:40 pm #1397443
Hi
I want to change the words “shoppincart” and ” my account” into icons in the secundaire menu.
But how?!February 11, 2023 at 9:03 pm #1397591Hey studioinktvis,
Please link to the page where we can see the words “shoppincart” and ” my account” and also link to the icons that you want to use, they should already be uploaded to your site, we can then offer the css to hide the words and show the icons.Best regards,
MikeFebruary 13, 2023 at 10:21 am #1397723This reply has been marked as private.February 13, 2023 at 12:57 pm #1397735Hi,
Please link to where we can see the menu, is the text in the menu “shoppincart” and ”my account” or is the text of the links something different?Best regards,
MikeFebruary 15, 2023 at 8:36 am #1398025This reply has been marked as private.February 15, 2023 at 11:25 am #1398044February 19, 2023 at 9:52 pm #1398563This reply has been marked as private.February 19, 2023 at 10:17 pm #1398566Hi,
Thank you, I see this menu:
and these custom icons:
If you use this css:#avia2-menu #menu-item-599:before { content: "\e800"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-599{ font-size: 0; } #avia2-menu #menu-item-673:before { content: "\e835"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-673{ font-size: 0; }
you should see this result:
After applying the css, please clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeFebruary 19, 2023 at 10:42 pm #1398569This reply has been marked as private.February 19, 2023 at 10:57 pm #1398571Hi,
Oops, I adjusted to this:#avia2-menu #menu-item-599 a:before { content: "\e800"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-599 a{ font-size: 0; } #avia2-menu #menu-item-673 a:before { content: "\e835"; font-family: fontello; font-size: 16px; color: #000; } #avia2-menu #menu-item-673 a{ font-size: 0; }
Please clear your browser cache and check.
Best regards,
MikeFebruary 19, 2023 at 11:09 pm #1398572YES, thank you
February 19, 2023 at 11:11 pm #1398573Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘change word into icons sec menu’ is closed to new replies.