Menu Link from Top Menu

In the top menu of x theme can you create a link to an external source? I have a shopify store that I would like to send people via a link at the top that will say something like - SHOP

The test site is wp.craftcoffeeguru.com and you will the SHOP at the top… I would like to create a link from there

Hi @zarpe77,

Thanks for writing in!

You can add the custom link to your menu.
Go to Dashboard-> Appearance -> Menus and edit your menu.
In the custom link section, you can add external URL and menu text over then.

Then add this item to the menu.

Hope this helps!

Thank you… that was all too easy LOL

On the same subject… How can I move the header menu option further to the left and make the font size slightly larger? Its farther to the right then I would like.

Thanks again

Hi Steven,

Please add this code in X > Theme Options > CSS:

.masthead-inline .desktop .x-nav {
    float: left;
    margin-left: 30px;
}

Set the font size in X > Theme Options > Header > Navbar Font Size (px).

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.