Site title image hover color
-
Hi
I need to change the hover color in a site title image http://motionprinciples.com/
I can do it in the menu, but i wonder if it's possible to do it on the site title image?Thanks in advance
-
great looking website!!
well your site title is not a text but an image.
not much you can do here.in a coming update, you'll be able to have a "html" type site title:

in there you can insert the code of an svg just like above.
then, you can use css like
.sitetitle:hover svg{ fill: blue; }in lay options → custom css
this only works if you insert the svg as code, doesn't work if you insert the svg as an image file.
-
Oh how great! I am trying to change my sitetitle image on mouseover for like days now and couldn´t manage, always getting a grey line box in safari although in firefox it´s working. When do you plan to release this update? I am looking forward to it!