Viewing 2 reply threads
You must be logged in to reply to this topic.
I would like to place an image behind my header logo.
Do I need a CSS code for this?
Can you help me?
Many thanks
Hey, I fixed it.
This is my CSS code:
.wrapall {
background-image: url(“https://your-website/your-image”);
background-repeat: repeat;
background-position: top left;
}
And then I set all I want to have to ‘Transparent Color’.
That’s it.
Nice weekend to you all.
Hello,
Glad to see you found your solution. Thanks for sharing it!
Let us know if we can help you with anything else.
Best regards!
You must be logged in to reply to this topic.