Home>Support>Remove Footer Bar and “Older Posts” bar

Remove Footer Bar and “Older Posts” bar

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].

I am trying to set up a homepage with a background video that displays the most recent post over the video.

I am using Influence theme with the WP mb.YTPlayer for background videos. The video looks great and everything is now working fine but I need to remove the:

– “Older posts” bar that sits below the post section (I have removed all the other meta data but that still remains).

– Remove the brown footer (that is empty) but if I remove the footer code altogether, it seems to break the site.

– Make the background section behind the Recent Posts title to be opaque.

Thanks for any help.

URL: http://dom.gowebgomobile.com

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 Andrew Misplon
    Hi, I Work Here

    Hi Tess

    1. Try the following under Appearance > Custom CSS:

    /* Influence Remove Post Navigation On Home Page */
    
    .home .site-content .site-navigation.paging-navigation {
    display: none; 
    }
    

    2. Please don’t forget that any changes you make to theme files, not contained in a child theme, will be lost during theme update.

    /* Influence Hide Footer On Home Page */
    
    .home #colophon {
    display: none;
    }
    

    3.

    /* Influence Home Body Background Opacity */
    
    .home article.entry {
    background: rgba(251, 251, 251, 0.5);
    }
    

    Replace 251, 251, 251 with your preferred background color, 0.5 is the opacity.

    In all the above selectors remove the .home prefix if you want this to applicable site wide.

    All selectors to be placed in a Custom CSS module.

  2. 10 years, 9 months ago Tess Robinson

    Wow, thanks so much. Your support is the best!

    Really appreciate it.

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