Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1195475

    Hi,

    I would like to add the Account Icon next to the cart icon from my website. Also, please let me know if by doing this it will create the Login/Create Account page. Thanks

    Looking forward to your reply.

    Best regards

    #1196743

    Hey Tonytag,

    No, adding the icon will not create the Login/Create Account pages, you need to use some membership plugin.
    https://www.isitwp.com/best-user-login-registration-wordpress-plugins/

    Best regards,
    Victoria

    #1197253

    I managed to create the My Account page. But how can I add the icon next to the cart icon?

    #1197806

    Hi Tonytag,

    You can add the secondary menu in the header here
    https://share.getcloudapp.com/JruWZqmO and then create a new menu and assign it there.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1198178

    Hi Victoria,

    Thank you so much

    I managed to add the My Account link on the top menu bar. I would like to differentiate this link to the other ones, it is possible to add the icon as well, in front of the menu link?

    Kind regards,
    Tony

    #1198744

    Hi,
    Sorry for the late reply, to add the “home” icon to the beginning of the “my account” link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #menu-item-7836 > a:before {
      content: "\e821";
      font-family: entypo-fontello;
      color: #fff;
      position: relative;
      padding-right: 5px;
      margin-left: -5px;
    }

    After applying the css, Please clear your browser cache and check.
    Please feel free to change the icon to any that you wish.

    Best regards,
    Mike

    #1198825

    Thank you so much Mike, worked like a charm.
    Much appreciated.

    #1198892

    Hi Tonytag,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.