This topic has 9 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
I would like to enter the wishlist button and the order drawn in the topbar, it is possible?
Anyone???
Hello,
You can add the Text widget with the additional links or buttons in Dashboard->Appearance->Widgets->Right side top bar area.
See screenshot as example: http://prntscr.com/c41tud
Regards,
Robert Hall
Ok, but i want insert a line between “Whishlist” and “Traccia l’ordine” like between “My account” and ” login”…see the screenshot!
Private credential
Hello,
You can add this code in Custom CSS:
#text-2 .textwidget a:after {
content: 'I';
font-family: 'Open Sans', sans-serif;
display: inline-block;
width: 1px;
height: auto;
margin: 2px 12px 0;
}
Regards,
Rose Tyler.
ok but lacks a bar line between login and wishlist … can be inserted?
#text-2 .textwidget a:before {
content: 'I';
font-family: 'Curier', sans-serif;
display: inline-block;
width: 1px;
height: auto;
margin: 2px 15px 0 -10px;
}
Regards,
Rose Tyler.
ok thanks
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘whishlist and order track on topbar’' has been successfully resolved, and the topic is now closed for further responses