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

    Hi

    I want to change the words “shoppincart” and ” my account” into icons in the secundaire menu.
    But how?!

    #1397591

    Hey 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,
    Mike

    #1397723
    This reply has been marked as private.
    #1397735

    Hi,
    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,
    Mike

    #1398025
    This reply has been marked as private.
    #1398044

    Hi,
    Thanks, what is the URL?

    Best regards,
    Mike

    #1398563
    This reply has been marked as private.
    #1398566

    Hi,
    Thank you, I see this menu:
    Enfold_Support_426.jpeg
    and these custom icons:
    Enfold_Support_428.jpeg
    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:
    Enfold_Support_430.jpeg
    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,
    Mike

    #1398569
    This reply has been marked as private.
    #1398571

    Hi,
    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,
    Mike

    #1398572

    YES, thank you

    #1398573

    Hi,
    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘change word into icons sec menu’ is closed to new replies.