• Hi,
    in the configuration section “website-information” I can insert a title and a subtitle for the header section. The title is displayed, the subtitle not.
    How can I show the subtitle too?

    Thanks
    rgiw

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @rgiw,

    A tagline option is available in the Customiser but Argent doesn’t display it on the front end (not all themes support a tagline). As a workaround, you could try adding one with the following CSS:

    .site-title:after {
      content: "Your tagline text";
    }

    The CSS can be added from Appearance > Customise > Additional CSS.

    I hope this helps!

    Thread Starter rgiw

    (@rgiw)

    Hi Gemma,
    thank you, this is wonderfull … it works ??

    Can you do me a favour and tell me how I can change the font type and size of this subtitle, as it is displayed the same type as the title?

    Thanks in advance
    rgiw

    Thread Starter rgiw

    (@rgiw)

    … I think I got it …. seems to be logic ??

    Thanks for your help!

    • This reply was modified 5 years, 11 months ago by rgiw.

    Hi @rgiw,

    My pleasure! It sounds like you’re all set but let me know if that isn’t the case ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to show the subtitle in the header’ is closed to new replies.