I see the pictorico theme has no provision for tagline after title. Or is there and I am unable to find it?
Pictorico does support the tagline, but it’s hidden by default. If you view source you’ll see it:
<h2 class="site-description">your tagline text</h2>
You can display it using some custom CSS, and style it however you like:
.site-description {
display: inherit;
}
Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.
An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
Thank you very much Kathryn. You’ve been very helpful 🙂 works like a charm. I love using Pictorico.
Wonderful – glad you’re all set and glad you like the theme!