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.

Replies

6
  1. HavaWorkman 11 years, 2 months ago

    I would like to know this also, so I’m posting so I can receive notification when an answer is posted. :)

  2. Andrew Misplon Staff 11 years, 2 months ago

    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

  3. Bhanu Chaudhary 11 years, 2 months ago

    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 ?

  4. HavaWorkman 11 years, 2 months ago

    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

  5. Andrew Misplon Staff 11 years, 2 months ago

    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;
    }
  6. Andrew Misplon Staff 11 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread