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 8 years, 8 months ago by
tarod.
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!
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;
http://www.changementspositifs.fr
Thanks
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.
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.
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://wordpress.org/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.
http://www.tugawarband.com
-
This reply was modified 8 years, 4 months ago by
steph123.
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 8 years, 4 months ago by
steph123.
Can you send me your site url? I will give you the right css code.