Where in the code would i find the tag that would say somthing along the lines of [metaslider=1] or what ever it would be to refrence the slider thats already there.
I’m trying to do a Hover effect with CSS. img.wp-post-image:hover{ opacity:0.6; filter:alpha(opacity=60); /* For IE8 and earlier */ -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; -o-transition: all 2s ease; transition: all 2s ease; } The above is not working with Vantage. Why?
Hi. When I upload my logo it replaces the site – title. Is there a way to have both side by side, above the menu?
I would like a div below the menu and above the pagebuilder contents. The div should fill all the height of the current screen resolution.
Im trying to replace the Metaslider with an iframe. I have succeeded in doing this with the code below (from header.php). The thing is… I only want my iframe to show up on certain pages, but for some reason the code below shows my iframe on all pages. Has this something to do with other…