Hello
I want to add two buttons to "your account" pop up box (where is logout button placed")
That's will be buttons with "your profile" and "edit profile"
As at a photo.
How can I do this? It's possible?
regards!
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGOUT'); ?>" />
<a href="LINK_TO_A_PLACE_YOU_WANT"><input type="button" value="TEXT_ON_THE_BUTTON" /></a>
.button, button, button.button, input[type="submit"], input[type="button"], .pagenav-next a, .pagenav-prev a, .k2ReadMore, div.mobileSwitch > a, .custom_plupload_buttons a {
.button, button, button.button, input[type="submit"], input[type="button"], .pagenav-next a, .pagenav-prev a, .k2ReadMore, div.mobileSwitch > a, .custom_plupload_buttons a, .gkPopupWrap #login-form + ul.menu li a {
.gkPopupWrap #login-form + ul.menu li a
.gkPopupWrap #login-form + ul.menu li a {
height:27px !important;
}