• Hi, I’m very new at this so..

    I loaded a banner on the site but the site title was still showing up. In order to not show the site title I had to remove the site name from Settings>General>site title. So that works fine but now my site title tag (SEO) is blank.

    http://www.otrmediacenterhawaii.com

    Any thoughts?
    ALOHA!

Viewing 5 replies - 1 through 5 (of 5 total)
  • A better way to do that is to hide the site title using CSS:

    #site-title {
       display: none;
    }

    Then you can keep the setting but it won’t show up on your site.

    But you should make any changes in a child theme or custom CSS option or plug-in so that your changes are not overwritten when the theme is updated.

    Thread Starter Geebz

    (@geebz)

    Oh cool – thank you so much but :::sigh::: since I’m a beginner here should I just copy that line you just shared with me and add it to custom CSS option in my page theme options?

    🙂

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, copying code is fine. This way you reduce the chance of causing syntax errors.

    Thread Starter Geebz

    (@geebz)

    Thank you both very much – ever make it out here to Hawaii you get a free surf lesson!

    Aloha!

    Mantra has an option just for hiding the site title and description…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mantra Site Tile’ is closed to new replies.