Site URL: https://www.studiorollo.com/creations
Hi there,
The beneath code has worked for me, however. I only want to have the alternative logo on the main portfolio grid page. Not in any of the sub pages.
How can I do this?
Thanks!
<style>
.header-title-logo img { visibility: hidden;
}
.header-title-logo a {
background-image: url(https://static1.squarespace.com/static/61f5cc0be7e75c734cc1b632/t/620a7f19227f095ddeb94a5a/1644855066029/StudioRollo_LogoS_Horizontal_Parsley.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
</style>