Editing the top bar - by wattenstaafje - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: wattenstaafje
    wattenstaafje
    Participant
    July 14, 2015 at 10:32

    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,

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 14, 2015 at 12:12

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.