I want to add text links in the right side are of the TOPBAR as opposed to the social links that are there. How do I do this?
Hello @charliemca,
Thanks for asking. 
You can edit topbar content from X > Theme Options > Header > Miscellaneous > Topbar Content. After adding the links, please add following CSS under X > Theme Options > CSS:
.x-topbar .p-info {
float: right;
margin-left: 10px;
}
Thanks.
Thank you – I will try this asap!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.