• Hi,

    Can the “Introduction” text found in the page-subtitle class either be removed or made configurable? Currently, when I set a Front Page Title in the Theme Options, it adds a string “Introduction” above the Front Page Title.

    I’m not sure if this is already configurable and it was not clear how to change the text, or if this is hard-coded into the theme. I would prefer to hide the text, or to add it as italicized text below the Front Page Title in a contrasting color.

    Currently I am adding my own additional CSS to hide this text from my site homepage, see below:

    
    .page-subtitle {
      aria-hidden: true;
      visibility: hidden;
    }
    

    It would be great for this to be fixed upstream. Thanks for your work on this theme!

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

    (@anlino)

    Hi @jflory7,

    The “Introduction” string is output in place of the archive subtitle on the is_home() page when the McLuhan home title is set in the Customizer. You can modify it in a child theme by plugging mcluhan_get_archive_type() or mcluhan_the_archive_type(), but if you just want to hide it, using CSS is the easier solution.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Request: hide or make configurable the page-subtitle class’ is closed to new replies.