• Resolved ConVer93

    (@conver93)


    How do i hide (not remove) tagline/ description from the header?

    I’ve tried adding

    .site-description {
       display: none;
    }

    to CSS but it hasn’t worked, and tried removing

    // Title tag
    		add_theme_support( 'title-tag' );

    from functions.php which worked for a minute then reverted

    Many thanks, ConVer93

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @conver93,

    If you change .site-description to .blog-description in your CSS targeting, it should hit the element correctly.

    Also, a note of caution: If you make changes directly to the theme files (in the Hitchock theme folder), those changes will be overwritten the next time Hitchock is updated and all of your modifications will be lost. If you want to retain your changes, you can either make them in the Additional CSS field in the customizer, if they’re only CSS changes, or by creating a child theme to Hitchock. Either way, your changes will remain the next time Hitchcock is updated.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Tagline/ Description from header’ is closed to new replies.