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].
Friends,
What custom CSS might I use to brighten the overlay images on my Pages and Post Video Sliders .
Also, how can I increase the height of the a header image on pages?
Thanks and keep up the great work!
Hi Bob
For the overlay removal please try:
/* Focus remove slider and single post opacity overlay */ .slider .overlay { opacity: 0 !important; } #single-header .overlay { opacity: 0 !important; }By design the featured image isn’t big at the top of posts unless a video is added. So option one would be to add your post video by using the Focus Video plugin below the Visual editor. That would land up looking like this:
http://demo.siteorigin.com/focus/2013/02/20/ferrari-458/
You could however introduce a minimum height for the header like this:
/* Single Post Header */ #single-header { min-height: 500px; }Adjust 500px to your preference there.