Top menus on X theme

I added the top menu back into the site so we can add a log in for our patients to the top, and this makes the social media icons come back up on the right-hand side, which I don’t want them there.

What controls do we have over this topbar menu so that I can remove the social media and move the hyperlink I added off to the right-hand side where the social media is now instead?

Also, when I add the other menu off to the top side that makes a triangle with a plus on it that you click on to drop that menu down, it’s got a bunch of widgets in it - how can I remove the widgets and put something else in there, if I want to use that menu function?

Hi There,

Thanks for writing in!

for your topbar social link question please add this CSS to your theme option global CSS.

.x-topbar .x-social-global {
display: none;
}
.x-topbar .p-info {
float: none;
text-align: right;
}

For the header widget question. Remove all the widget from header area sidebar and use custom menu widget to add menu items.
Dashboard -> Appearance -> widgets

Hope this helps!

1 Like

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