Title and tagline

  • Unknown's avatar

    Hello,
    How do I add a tagline in the title of Canape theme? The bottom of the page has it perfectly: the title and then a tag line in smaller and italic font. I want this for the top of the page also but cant figure out how to do it. Im a total amateur so talk to me like Im a baby – its the only way I’ll understand hahah
    thank you for all you help

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

  • Unknown's avatar

    Hi littleblackbookofwellness

    I want this for the top of the page also but can’t figure out how to do it.

    To make that available you need to add some Custom CSS code to your site :

    .site-description {
        display: initial !important;
        color: white;
    }

    The old code was having display property as none means your tagline will not be visible now here we are changing it to initial means it will show up with a basic style. By default its taking grey color so if you are okay with grey then you can remove the color property otherwise if you want to change it to white and you can just add the above code to make that work.

    To know more about custom CSS here is the quick guide for that:
    https://en.support.wordpress.com/custom-design/editing-css/

    Additionally, you can only add custom CSS code when you are under premium or business plan.To know more about upgrades and features of plans you can refer to the link below:
    https://wordpress.com/pricing/

    hope this helps, Feel free to ask if you have any doubts.

  • Hi there,

    Your theme is not designed to display a tag line at the top of the site. You can see the theme demo as well:

    https://canapedemo.wordpress.com/

    You can force the theme to display the tagline using custom CSS, but you’ll need the Premium Plan to do that, as mentioned above.

  • The topic ‘Title and tagline’ is closed to new replies.