Home>Support>Cannot change background or fonts

Cannot change background or fonts

By Newuser, 9 years ago. Last reply by Andrew Misplon, 9 years ago.

Hi everybody, I am new with wordpress and building websites. My website is www.ayamideventer.nl [THEME: VANTAGE]
However I cannot easily customize the background color or fonts.
When I go to appearance> customize I only see “website title and footer title”, “navigation”, “widgets” and “static frontpage” as options. Can someone help me and learn me how to change my background without going into coding (stylesheet.css) ? Thank you in advance!

(this theme is really friendly to people without any knowledge of coding. thank you greg!)

URL: http://www.ayamideventer.nl

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, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Newuser

    Thanks for your positive feedback. Glad to hear you’re making progress.

    The expanded Customizer is unfortunately only available in Vantage Premium. You can find that offering under Appearance > Vantage Premium. You can upgrade from as little as $5.

    If you want to stick with free you can change the background color by inserting the following into a Custom CSS plugin and editing as required:

    /* Vantage Masthead Background Color */
    
    header#masthead {
    background-color: #000000;
    }
    
    /* Vantage Full Width - Main Background Color */
    
    #main {
    background: #FCFCFC;
    }
    
    /* Vantage Footer Background Color */
    
    #colophon {
    background: #2f3033;
    }
    
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