This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
Hello,
I know where i can edit the top bar, but i dont know how i can create a menu with icons like the demo had. Below is what i would like to have, and how you did it?
Phone number | Newsletter | Create Account | Login |
Greetings,
Hello,
You can add links in Text widget to “Right side top bar area” in Appearance > Widgets:
<div class="links li"><a href="http://link_to_your_page">Title</a></div>
And add this code in Global Custom CSS:
.topbar-widget .textwidget:after {
content: "I";
font-family: "Open Sans",sans-serif;
display: inline-block;
width: 1px;
height: 8px;
margin: 2px 12px 0px;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up