Home>Support>Some doubts

Some doubts

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

1 – how can I get the main menu centered?

2 – how can I change the social icons? need them all black, with the symbol in red.

3 – how can I put a png (transparent background) imagem in front of the meta slider at home? (why: I need to set some manuscript phrases in an old peace of paper, as the slider goes, only the phrase is changing, but, also, I need to put in front of it, over the slider, a static image of a pen, or something, that never slides, it always stay visible on the screen, to make it beautiful and poetic).

URL: http://artesanatodapalavra.com/index2.php

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

  1. 10 years, 9 months ago Larissa Castanheira

    Forget about the item 3.

    Another question: how I hide the space between the slider and footer? It’s part of the page that I’m not gonna use.

    thanks

  2. 10 years, 9 months ago sroch

    Is there a way to purchase Vantage Premium theme (the fully responsive one) with credit card instead of paypal account?

    • 10 years, 8 months ago Andrew Misplon
      Hi, I Work Here

      Hi sroch

      In most countries you should see two options when clicking the Buy button. One to login with PayPal and another to pay with your credit card, via PayPal.

      If you aren’t seeing the credit card option there then please open a new support thread and we’ll advise further:

      https://siteorigin.com/new-thread/

  3. 10 years, 9 months ago Larissa Castanheira

    Sroch, the paypal is your credit card. I admit I’m a little lazy to submit to this kind of form, but it works very nice.

  4. 10 years, 9 months ago Larissa Castanheira

    4 – how do I incrase the size of the logo in masthead?

  5. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi Larissa

    1. Add the following under Appearance > Custom CSS to center the main menu:

    /* 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;
    }
    

    2. The Vantage Social widget is unfortunately not customisable at this stage. I’d recommend using a third-party plugin that perhaps has more flexibility in this regard. Perhaps: https://wordpress.org/plugins/simple-social-icons/.

    3. It’s possible to add the same overlay image to each slide in your slider. We go over that method here: https://siteorigin.com/thread/some-doubts/.

    4. If you’re using the Logo In Menu layout option, add the following to Appearance > Custom CSS to remove the image constraint on the logo:

    /* Vantage Remove Logo in Menu img constraint */
    
    header#masthead.masthead-logo-in-menu .logo > img {
    max-height: none !important;
    }
    

    5. I’m having trouble loading your site right now. If you aren’t using the #main container on the home page you might try the following under Appearance > Custom CSS:

    .home #main { padding: 0;}
    

    OR

    .home #main {display: none; }
    
  6. 10 years, 8 months ago Larissa Castanheira

    Many thanks, Andrew.

    I’ll check for another social plugin then…

    But, the white gap in the bottom of the front page still not ok. I tried the both codes (one by one, not together) and nothing.

    The menu and logo are ok now.

    So, I still need to get rid of that blank space doing nothing before the footer, and also another help:

    – change all ther fonts to Verdana.

    Waiting for your response. Good night.

  7. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Please try moving the following Custom CSS to the top of your Custom CSS window:

    .home #main {display: none; }
    
  8. 10 years, 8 months ago Larissa Castanheira

    Ok, that worked fine. =)

    But, and about the theme fonts to verdana? I want everything with this font.

    Thanks!

  9. 10 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Try the following under Appearance > Custom CSS:

    /* Body */
    
    body,button,input,select,textarea {
    	font-family: Verdana, Geneva, sans-serif !important;
    }
    
    /* Site Title Font */
    
    header#masthead h1 { 
    	font-family: Verdana, Geneva, sans-serif !important;
    }
    
    /* Heading Font */
    
    h1,h2,h3,h4,h5,h6 { 
    	font-family: Verdana, Geneva, sans-serif !important;
    }
    
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