Viewing 15 replies - 1 through 15 (of 19 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, you can remove it via the General Options > Page Title section of the customizer, choose “Hidden” in style. Or per post/page via the Title tab of the OceanWP Settings metabox.

    Thread Starter tarod

    (@tarod)

    That option hides what WordPress calls Tagline, not the Site Title.

    I mean the text Site Title configured in Site Identity that goes (by default, I think) with the Header Image set in Header Media.

    Thanks!

    • This reply was modified 7 years, 6 months ago by tarod.
    Theme Author oceanwp

    (@oceanwp)

    Hi, oh, this is the text of your site if you don’t have a logo, here the css code to hide it:

    body #site-header-inner { min-height: 400px; }
    body #site-logo { display: none; }
    Thread Starter tarod

    (@tarod)

    Amazing solution.

    I didn’t know the problem was related to the logo. I hadn’t one, so I think I am going to set it rather than change the css.

    Thank you very much!

    Theme Author oceanwp

    (@oceanwp)

    You are most welcome ??

    Hello,

    I’ve a question about titles.
    I don’t know how to remove the titles of my pictures that appear under the pictures;
    https://www.changementspositifs.fr

    Thanks

    Theme Author oceanwp

    (@oceanwp)

    Bonjour @didierdc, nous pouvons parler fran?ais ??
    Vous voulez dire les titres de vos articles?

    Merci ?a m’arrange vu mon anglais.

    En fait, il s’agit des noms des photos qui accompagnent mes articles (en étiquettes).
    Ils apparaissent sous les photos en petits caractères noirs.
    Et je voudrais les enlever (pas utiles de les voir).
    Mais je ne trouve pas comment faire.
    Merci de me dire comment procéder.

    Theme Author oceanwp

    (@oceanwp)

    Ah d’accord, ajoutez ce code css dans la section Custom CSS du customizer:

    .thumbnail-caption {
        display: none;
    }

    Merci, ?a marche.

    Félicitations pour le thème, vraiment personnalisable.

    Et félicitations pour votre suivi en quasi “live”.

    Bonne continuation.

    Theme Author oceanwp

    (@oceanwp)

    De rien et merci à vous d’utiliser OceanWP ??

    PS: Si vous pouvez prendre 2 minutes de votre temps pour noter le thème 5 étoiles, ?a serait très gentil de votre part: https://www.ads-software.com/support/theme/oceanwp/reviews/?filter=5

    Merci beaucoup ??

    Hi, I tried Hiding the title with the custom css

    body #site-header-inner { min-height: 400px; }
    body #site-logo { display: none; }

    It just gives me a bigger a bigger gap between my menu and content.

    https://www.tugawarband.com

    • This reply was modified 7 years, 2 months ago by steph123.
    Theme Author oceanwp

    (@oceanwp)

    Hello @steph123, can you show me a screenshot of what you want to hide? Because your CSS code hides the logo and increases your header to 400px.

    I wan’t to hide the “site title” in “site identity”. That is the “tugawar” title between the menu and the image.

    • This reply was modified 7 years, 2 months ago by steph123.
    Theme Author oceanwp

    (@oceanwp)

    Can you send me your site url? I will give you the right css code.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Hide Site Tile from header image’ is closed to new replies.