Hi,
Ive loaded a logo with its width defined in the header for X-options but I cant get the logo to display. How can I got about debugging it please? The site is dev.cloudcompare.io
Thanks,
Hi,
Ive loaded a logo with its width defined in the header for X-options but I cant get the logo to display. How can I got about debugging it please? The site is dev.cloudcompare.io
Thanks,
Hi Will,
Thanks for writing in! Upon checking your site, I see the following CSS rule which hides your logo. Please check your custom CSS rules and remove that code.
.x-brand {
display: none;
}
If you cannot locate the code, Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area.
.x-brand {
display: block !important;
}
Hope that helps.
Perfect - thanks.
You’re most welcome Will ! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.