Hello, I want to add a background image in the header. Can you please tell me how to get that done?
Hello @gallagherBD,
To add a background image in your navbar, you can use this custom css:
.x-navbar {
background: url(http://placehold.it/600x600) center no-repeat;
}
Please feel free change the image url and add your custom styles if needed.
This was perfect. Thanks!
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.