Hello,
Thanks for using Tracks!
You can use the following CSS to keep the logo at full opacity:
.site-header .site-title {
opacity: 1;
}
Please copy and paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize). Once added there, it should take effect right away.
To change the size of the logo, you can add the following CSS too:
.site-title img {
max-height: 999px;
max-width: 999px;
}
That will allow the logo to display at its full size. To make it smaller, you can reduce the “999” value for either max-width or max-height until you see the logo shrinking.
To add an external link to the menu, first create a custom menu if you haven’t already (Appearance > Menus). Then you can use the Custom Link option in the left sidebar to add any URL. We have a tutorial with more detail you can follow along with to add custom menu links.