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

5
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi E-Mail Logic

    Thanks for the wait.

    CSS Tricks has a pretty cool overview page on this topic: http://css-tricks.com/css3-gradients/.

    If you’re running the boxed layout version of Vantage this will work nicely under Appearance > Custom CSS:

    /* Vantage Background Gradient */
    body {
      background-image:
        linear-gradient(
          red, #f06d06
        ) !important;
    }

    Let me know how that goes.

  2. E-Mail Logic 11 years, 4 months ago

    works great – what about using a gradient for masthead and page body.

  3. Andrew Misplon Staff 11 years, 4 months ago

    Super.

    Masthead selector would be:

    /* Masthead */
    header#masthead {
    }

    Page body would be:

    /* Page */
    #main {
    }

    Footer would be:

    /* Footer */
    #colophon {
    }
  4. E-Mail Logic 11 years, 4 months ago

    that works –

    a couple of more issues:
    1. links in the masthead are blue – how can I change up
    2. icon are not appearing in masthead or footer
    3. site information link is going to google maps

    thanks for the prompt response

  5. Andrew Misplon Staff 11 years, 4 months ago

    To set your link color sitewide please try the following under Custom CSS:

    /* Links */
    #main a { color: #dd3333; }
    #main a:hover { color: #2b1100; }

    Font Awesome not loading is usually due to either:

    a. Cross domain loading or CDN loading. If you have the same url listed in both fields at Settings > Reading and don’t use a CDN then this isn’t the case.

    b. A plugin conflict might be to blame. Temporarily de-activate all non-SiteOrigin plugins and re-test.

    Please send a link to the site if the above fails.

    3. Assuming you’ve checked the link itself at Appearance > Theme Settings > General: Site Information Text? If it’s not there try de-activating all non-SiteOrigin plugins and re-test. If that doesn’t work is it browser related? Try on another browser and or computer.

    For new questions after these please try open a support thread per question – I know it’s more effort but really helps the finadability of information as time passes. Thanks for your support.

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