Header text
How to resize the header text that appears on the right side of the logo ?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
How to resize the header text that appears on the right side of the logo ?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
6I would like to know this also, so I’m posting so I can receive notification when an answer is posted. :)
Hi Bhanu
One option would be to remove the Header Text from Appearance > Theme Settings > Logo > Header Text and instead use the header widget area at Appearance > Widgets > Header. If you insert the Visual Editor widget into the header widget area and ensure the toolbar is toggled you can set h1, h2, h3 etc. To get access to the Visual Editor widget you’ll first need to have installed: http://wordpress.org/plugins/black-studio-tinymce-widget/
Alternatively you can style the header text by inserting the following under Appearance > Custom CSS:
/* Vantage Support Text */ header#masthead hgroup .support-text { color: #4b4b4b; font-size: 13px; font-style: italic; }Set the color and font size as required. To change italic to regular text swap the word italic out with the word normal. Examples: http://www.w3schools.com/cssref/pr_font_font-style.asp
Thanks Andrew. It worked.
But on changing the font size menu width is also changing. How can we change the font size without changing menu width ?
Same thing as with the other thread – I’ve changed the custom CSS and it doesn’t reflect that change when I refresh the page. Is there some sort of setting that I need to put into place so that the website knows to pay attention to the custom CSS?
Havilah
Apologies, there was a missing period in my CSS, please rather use:
/* Vantage Support Text */ header#masthead .hgroup .support-text { color: #4b4b4b; font-size: 13px; font-style: italic; }Bhanu, if you’re still seeing the menu change after using the updated CSS above just let me know and I’ll take a look. In that event please send through a link to your site. Thanks.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.