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.

Cannot change background or fonts

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread