BTW, love the work you guys do. Product is great and the support is too. I have always managed to find answers to my queries in this forum in the past which is great.
Did you want to transfer just the header text but leave the social icons in place? That’s actually pretty hard to do via CSS. But you can check the link below. It’s a discussion regarding adding a new spot on the customizer for another text area on the header, specifically below the logo. Give it a shot and let us know how it goes!
Re adjusting the size of the social icons, the top bar and header code on the KB were interchanged. I’ve fixed it now. Thanks for the heads up!
Yes, was hoping to leave the icons and move the text. You didn’t appear to include the link to the discussion?
With regards to the header text. The italic setting works great, thanks. But would it be possible to have different sized text in the header. So for example one sentence size 20, non-italic and then another sentence size 16 and italic?
That should be possible. On your header content, you can wrap your sentences in span tags and assign classes like so… <span class="sentence1">Sentence 1</span><span class="sentence2">Sentence 2</span>
Then add styling accordingly using the format below.