Home>Support>Header text color and logo size – Vantage Premium

Header text color and logo size – Vantage Premium

By Chris Sebes, 9 years ago. Last reply by Daniel, 9 years ago.

I’d like to make the font in the header all white. Can you tell me how I can achieve this?

Also, what are the maximum dimensions for a logo that will appear in the header? I did not see that in the instructions.

Thanks.

URL: http://www.mmix.net/wp_mmix/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Chris

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    #header-sidebar {
        color:white !important;
    }
    
    .confit-address a {
        color:white !important;
    }
    
    .confit-address a:hover {
        color:orange !important;
    }
    

    Let me know if that works for you

    Cheers

  2. 9 years, 6 months ago Chris Sebes

    Perfect. Thanks much!

  3. 9 years, 6 months ago Chris Sebes

    Can you also tell me the maximum dimensions for the logo area in the header?

  4. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Am glad that worked out for you.

    You can put a logo of any size as long as it meets your needs. If you wish to make it bigger you could use the following custom CSS to resize it

    header#masthead.masthead-logo-in-menu .logo > img {
       max-height: 45px !important;
    }
    

    Cheers

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More