Jump to content

Foundation -user dropdown add arrow- ▼


RBosma

Recommended Posts

First off, my English isn't the best but hopefully you guys can understand what I'm writing ;-)

I had a few customers that really weren't that smart with webshops I think and they couldn't find the account settings and order history.
I know it's easy but they thought it was only text and not an option.

Last night I just added a dropdown arrow and that was all they needed. Where to change it?
Just in /skins/foundation/templates/box.session.php -line 14- add:

original:
   <a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name}</a><br>

to:
   <a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name} &#x25BC;</a><br>

 

Link to comment
Share on other sites

<a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name} <i class="icon-chevron-down"></i></a><br>

So does that means that the correct way is 

<a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name} <i class="fa-chevron-down"></i></a><br>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...