Home>Support>Site Origin Event List Question

Site Origin Event List Question

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

So on my site I have my events on the home page set in grid view as seen on my site here (www.liquified.com). I want to know if its possible to have the More Info and Buy Tickets button appear on top of the featured image when you hover over it. Similar to how how it does on this site where they are using the flex Slider carousel (www.lifeincolor.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. 8 years, 3 months ago Alex S
    Hi, I Work Here

    Hi Liquified,

    Can you please link me to the widget you’re using? To clarify, we don’t actually have a widget called Event list so I want to take a quick look at its documentation. Regardless, try adding the following CSS to WP AdminAppearanceCustom CSS:

    .widget_events-list-widget .owl-item .post-actions {
    	opacity: 0;
    	position: absolute;
    	top: -111px;
    	z-index: 999;
    	-webkit-transition: all 500ms ease-in-out;
    	-moz-transition: all 500ms ease-in-out;
    	transition: all 500ms ease-in-out;
    
    }
    
    .widget_events-list-widget .owl-item:hover .post-actions {
    	opacity: 1;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

    Are you after something like that?

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