[RSS Feed/News] Mobile offcanvas menu icon before login and register

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
For mobile only I added some icons in the offcanvas menu.
I have found out how to do it for the navigation buttons.

Now I would like to add an icon before "login" and "register" too.
But I can't find out how to do it, since register and login does not have a nav-id.
Can someone help me?

This is the code I use for the navigation buttons:
Code:

Code:
.offCanvasMenu--nav .js-offCanvasNavTarget a {

    &:before {
        .m-faBase();
        display: inline-block;
        margin-right: 5px;
    }...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom