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.
Hi Tess
1. Try the following under Appearance > Custom CSS:
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.
3.
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.
Wow, thanks so much. Your support is the best!
Really appreciate it.