Hello,
I can’t find where to remove the demo logo that appears when screens are full width on a site built from the ‘Lawyer’ content. Can you help please? You can see it (‘mwlaw’) at top left of the screenshot below.
Many thanks!
Alun

Hello,
I can’t find where to remove the demo logo that appears when screens are full width on a site built from the ‘Lawyer’ content. Can you help please? You can see it (‘mwlaw’) at top left of the screenshot below.
Many thanks!
Alun

Hi @streptococcus,
Thanks for reaching out.
It’s part of the custom CSS that was imported. Please go to Theme Options > CSS , then remove this part
.site:before, .site:after {
content: "";
display: block;
position: absolute;
background-image: url(http://kirbywhite.com/wp-content/uploads/2020/03/logo.png);
background-repeat: no-repeat;
background-size: cover;
width: 107px;
height: 24px;
}
Cheers!
You’re more than welcome, glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.