Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello again,
I’m using header12 with sticky header function.
And I would like to use a different logo for this.
Can you help me doing it?
Many thanks
Hello,
This is not possible using theme’s default settings. You need to add custom css to make this happen. Please refer to this related topic: https://support.codeless.co/?topic=sticky-header-logo
Best regards!
Hey Mihaila,
I fixed it. Here is my code:
.header_12.sticky_header #logo{
content: url(“https://”)!important;
width: 71px;
height: 70px;
padding-top: 2px;
}
Great support and many thanks
You must be logged in to reply to this topic.