How to add a button in topbar

Hi! I miss your old forum, I can never find the answers : ( I want to add a button in my topbar. How would I do this?
Thank you for your help,
Rena

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up however there will be a delay as it was in the wrong forum. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Conversation Forum (no official support provided here).

Design & Development, Marketing & Media, and Hosting & Optimization are for discussion with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hi Rena,

By default, shortcodes are not allowed in the topbar.

You can add the code below in your child theme’s functions.php to allow shortcodes.

add_filter('x_option_x_topbar_content', 'do_shortcode');

After that you can then use the button shortcodes in your topbar content

http://demo.theme.co/integrity-1/shortcodes/buttons/

Hope that helps