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

8
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hi Floris

    Insert the following under Appearance > Custom CSS:

    /* Vantage center align the main menu */
    .main-navigation ul {
    font-size: 0;
    text-align: center;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    }
    .main-navigation ul ul li { 
    text-align: left;
    }
  2. Floris Willeboordse 11 years, 1 month ago

    Hello Andrew,

    That didn’t work, the menu turned into a lot of blue blocks with no tekst in them.

  3. Andrew Misplon Staff 11 years, 1 month ago

    Sorry, that should have been:

    /* Vantage center align the main menu */
    .main-navigation ul {
    text-align: center;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    }
    .main-navigation ul ul li { 
    text-align: left;
    }
  4. Floris Willeboordse 11 years, 1 month ago

    Hello Andrew,

    Is it also possible to set an image in the header instead of a color?

  5. Andrew Misplon Staff 11 years, 1 month ago

    Sure. Appearance > Customize > Page > Masthead Background, that’ll give you a header background image.

  6. Floris Willeboordse 11 years, 1 month ago

    Thanks, that worked!

    Can you also tell me how to remove the ”box” surrounding images (logo’s) when inserting them through the visual editor?

  7. Floris Willeboordse 11 years, 1 month ago

    And how to increase the font size when using the circle icon option, i tried to add a css code in the option box like this:

    p.normal {

    p {
    font-size: 23px;
    }

    but that didn’t work

  8. Andrew Misplon Staff 11 years, 1 month ago

    The image shadow and rounding can be de-activated from Appearance > Customize > Page > Image Shadow and Rounding.

    I’ve added the CSS for all Circle Icon font size selectors here:

    Thread: adjust font size text in circle icon home page

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