• Resolved Ruud Fiere

    (@ruud-fiere)


    I am still struggling with removing website title and textbox via custom css.
    But in a way that it remains in the adres bar. Could you help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Ruud Fiere

    The custom CSS to remove website title and textbox would be:

    header #header-name {
        visibility: hidden;
    }
    header #header-description {
        visibility: hidden;
    }

    Note: Please create and customize files of child theme, so your changes will not overwrite on theme update.

    Thanks!!

    Thread Starter Ruud Fiere

    (@ruud-fiere)

    Thanks it worked!

    Hey Ruud Fiere

    Happy to hear that your problem was solved.

    Thanks and CHEERS!!!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove website title’ is closed to new replies.