This topic has 2 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Good day,
How can I remove the standard Royal theme logo which is showing when I don’t set my own logo?
Can’t find anywhere in options.
Thanks in advance for your help,
Kind regards,
Lasha
Hello,
You may change logo in Theme Options > Header > Logo image and in Page Layout > Logo image for this page. If you do not want to use logo at all, you may add custom css code in Theme Options > Custom css, for example,
.header-logo {
opacity: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up