Box For "show title and tagline" Selected But Tagline Not Showing Up

  • Hey there,

    Is there a way to code in the tagline to appear? I’m using canard theme and I love everything about it, but that the tagline doesn’t show up because of the minimalism kind of wrecks the whole theme I’ve got going. If anyone knows how I might be able to manually reveal my tagline, let me know! I’ll await your reply and thank you so much for reviewing my problem.

    The blog I need help with is: (visible only to logged in users)

  • Hello there,

    This is possible with custom CSS with this theme. The CSS required would be:

    
    /* Canard theme - show tagline */
    
    h2.site-description {
         display: block;
    }
    
    

    And would be added to the site via Design > Customize > Additional CSS.

    Please note that a site would need to be on the premium plan in order to apply that CSS.

    I hope this helps!

  • The topic ‘Box For "show title and tagline" Selected But Tagline Not Showing Up’ is closed to new replies.