Home>Support>How Can I change herder and footer color & transparency?

How Can I change herder and footer color & transparency?

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

Great theme! And wonderful support!

Can I change the header transparency and color? And footer size?

Thank you!

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 mavmart

    Thanks for your positive feedback.

    The footer fills whatever part of the page hasn’t been filled by content so it’s not really possible to change that setup. What you can do is set a min height for the content container:

    /* Main Container */
    
    #main {
    	min-height: 500px;
    }
    

    There is a little padding in the footer which can be adjusted as follows:

    /* Footer Padding */
    
    #colophon {
    padding: 30px !important;
    }
    

    If you’re using the Full Width layout of Vantage then background color opacity can be set as follows:

    /* Vantage Full Width Set Page Opacity */
    
    header#masthead {
    background: rgba(255, 255, 255, 0.5) !important; 
    
    #main {
    background: rgba(255, 255, 255, 0.5) !important; 
    }
    
    #colophon {
    background: rgba(255, 255, 255, 0.5) !important; 
    }
    

    Remove #main and #colophon (main and footer) if you don’t want to set those.

    All CSS must be placed under Appearance > Custom CSS (Vantage Premium) or in your own Custom CSS plugin (Vantage Free) and then edited as required.

    Here is a little on what RGBA is: http://www.css3.info/introduction-opacity-rgba/. There are some tools online to help out more if you Google a bit.

    Hope that helps.

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