jshears18
-
Posts
4 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by jshears18
-
-
@bangank36 It works on the menu screen, but it's not appearing on the shop or contact page. Is there a code I can use for those?
-
@bangank36 I sent you a private message with the info. Thanks!
-
I have added some custom code to my logo file to invert its color on certain pages so it's visible. It works perfectly on desktop, but not on mobile. I will past the code I used below. Any help would be much appreciated!
<style>
.header-title-logo img {
-webkit-filter: invert(100%);
filter: invert(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
}
</style>
Logo code not working on mobile view
in Customize with code
Posted
It works!!! Thank you so much for looking into this for me. Much appreciated.