Thread Starter
CarlaW
(@carlaa)
Found THIS! Must have a logo with this theme or use code to hide 🙂
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; }
Hello, thank you for the solution 🙂
Hello
Where to put the code?
In customizer Custom CSS/JS doesn’t work. Nothing happens, site title still ON in the header.
Thank you.
Hello, yes in the custom css section of the customizer. What do you want to do exactly? Send me your site url.
Can you please help me to remove the page titles “home” “about” “contact” etc. from my background image?
Hello,
Will you please share your site link?
You can hide page title from customize > general options > page title, then select style hidden.
@carlaa Thank you, this is what i needed to do! maybe in theme updates they will add a check box for displaying it. Thank you again
Hi,
In my company website. all menu items are H1, like (Home) menu title is H1, which i don’t want to be h1. can we convert it to paragraph (p)
Please help
i am using busing elite theme.
http://www.busrentdubai.ae
this is website
Hello @alivanrental, this is support for the OceanWP theme, you will need to contact the theme author to get help with the theme you are using.
Hello, I need help with hiding site title.
When I use this:
body #site-header-inner { min-height: 400px; }
body #site-logo { display: none; }
the title is hidden but when I publish changes, my header/menu lose background color and I need it to be black.
Is there any other way to hide site title or fix this unwanted transparent menu?
Hello,
Try to add the below code to the Customize > Custom CSS section and see it works or not.
#site-logo #site-logo-inner {
display: none;
}
Can you link to your site so that I can check the issue?
Hello,
I need help with hiding the Tagline on my page. I’ve tried various CSS code options, but none of them make the Tagline disappear from my page.
Does anyone have code that can hide just the Tagline from the page?
Thank you in advance for any help!
-Crystal
@crystaljuneblog can you share your site link so that I can check it?
Hi Amit!
My site is:
https://crystaljuneblog.com/
I put “Testing” in my tagline now until I can figure out how to hide it
-Crystal
Use the below CSS code to hide it. Add it to the Custom CSS section of the Customizer.
div#site-description {
display: none;
}