Hi Kyle, thank you. I figured it out. I made changes in sf-header.php
I’m using the information for top bar. I added $tb_right_text = $options['tb_right_text'];
to variables of the header and change the the right side of the header like following:
$header_output .= '<div class="header-right col-sm-4">'. do_shortcode($tb_right_text).'</div>'. "\n";
Everything works good but I think it should be changed in child theme. I already created child theme but I’m not sure what file I need to added to child. Do I copy the whole modified sf-header.php or just part of it.
Thank you, Katerina