• Resolved CarlaW

    (@carlaa)


    Hello. I’ve tried to HIDE the SITE TITLE and TAG** from ALL pages (site identity) via appearance>customizer and also on-page per oceanwp page settings. Even when marked “hidden” it still shows up on every page. I am working in a child theme of oceanwp and have never had this issue before with other themes. **I worked around the tag by minimizing the header which is not ideal. I simply want to hide the site title and site tag on pages site wide. Thank you.

    • This topic was modified 6 years, 11 months ago by CarlaW.
Viewing 15 replies - 1 through 15 (of 23 total)
  • 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; }

    Theme Author oceanwp

    (@oceanwp)

    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.

    Theme Author oceanwp

    (@oceanwp)

    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.

    https://www.busrentdubai.ae
    this is website

    Theme Author oceanwp

    (@oceanwp)

    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.

    ninmars32

    (@ninmars32)

    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?

    Amit Singh

    (@apprimit)

    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?

    Crystal

    (@crystaljuneblog)

    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

    Amit Singh

    (@apprimit)

    @crystaljuneblog can you share your site link so that I can check it?

    Crystal

    (@crystaljuneblog)

    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

    Amit Singh

    (@apprimit)

    Use the below CSS code to hide it. Add it to the Custom CSS section of the Customizer.

    div#site-description {
        display: none;
    }
Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Cannot Hide Site Title & Tag’ is closed to new replies.