• Resolved anubhutiteam

    (@anubhutiteam)


    Hi,

    Just realised that Ixion only includes a setting to turn off both the site title & tagline, or keep both of them on; can’t keep one off and the other on. After uploading my logo, it has created a problem for me, as I wish to keep the tagline but hide the title. Here’s how the site looks now:
    https://anubhutitrust.org/

    Is there a way around this? Thanks.

Viewing 1 replies (of 1 total)
  • Hi there,

    In the Customizer settings, please set it to show both.

    To then hide the title, please add the css below to your site in Appearance > Customize > Additional CSS:

    .site-title {
        display: none;
    }

    If the css doesn’t work, please let me know.

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Hide site title but display tagline’ is closed to new replies.