Support Forum

Topic: question

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

Image Hover

generalquestion · By vijaya kumar Veeraragalu · · Reply by Alex S

I tried to implement hover effect on so-widget-image, as per the below .so-widget-image:hover { display: block; position: absolute; z-index: 20; background: rgba(0, 0, 0, 0.8); overflow: hidden; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }…

Logo to overlap content

questionthemetheme-vantage · By Chantal Steyn Curtis · · Reply by Alex S

Hi I’ve put my logo into the menu – i needed it to be bigger, so I have used: /* Vantage Remove Logo in Menu img constraint */ header#masthead.masthead-logo-in-menu .logo > img { max-height: none !important; } What I would…