PenciDesign Supporter replied
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.inner-header #logo a img {
display: none;
}
.inner-header #logo a:before {
content: 'acookablefeast'; /* change the text at this line*/
font-size: 32px;
font-weight: bold;
line-height: 1;
color: var(--pcheading-cl);
}
Regards,
PenciDesign.