How to remove standard Royal Theme Logo from header

This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: llashkhi
    llashkhi
    Participant
    October 26, 2017 at 20:57

    Dear team,

    How can i remove the standard logo from the website? Check bohobiza.be
    It always appears when I don’t insert any logo image in theme options, but I want it to dissapear.

    Kind regards,

    Lasha

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 27, 2017 at 07:30

    Hello,

    To disable logo you may add this code in Theme Options > Custom css:

    .header-logo {
        display: none;
    }

    or

    .navbar {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.