Support Forum

Topic: technical

Browse community answers for this topic or search for a specific issue.

Page Builder Tab Gone

pluginplugin-page-buildertechnical · By lazlodaddy · 8 years ago · Reply by lazlodaddy 8 years ago

Hi, Another one of those folks whose Page Builder tab disappeared. I did deactivate all plug ins except for Page Builder to no avail. FWIW, it seems to be concurrent with recent activation of the Search Engine Optimization option from…

Image Hover Effect

pluginplugin-siteorigin-csstechnical · By Joshua Grady · 8 years ago · Reply by Alex S 8 years ago

Hi – I added the following code: .so-widget-sow-image img { -webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; } .so-widget-sow-image img:hover { -webkit-filter: brightness(50%); -moz-filter: brightness(50%); -ms-filter: brightness(50%); filter: brightness(50%); } I…