I have created a new website
https://matchmakerireland.com/ using the Construction Template. The customer now wants a different logo which is still being developed but it is much larger than the previous one. It is a neon light effect and needs to go on a darker background. I am working on a test page and a darker outline
Test Page.
I have the normal logo working by using some codes but the fixed logo is not appearing. This is the code I am using based on the Beauty Template
.g-logo.neon-logo {
margin: 0;
position: absolute;
top: -10px;
display: inline-flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 9;
}
How do I target the normal logo and fixed logo separately?
Thanks
Lynda