How to get tagline to show in Beacon theme?
- The topic ‘How to get tagline to show in Beacon theme?’ is closed to new replies.
Need help? Check out our Support site, then
If is possible to show the tagline in the Beacon theme? There is a tagline field in the Customization area, but it does not display. Thanks for your help!
The blog I need help with is: (visible only to logged in users)
Hi there – yes, this is possible! By default it’s hidden, but you can display it with some custom css added in the customizer.
You can copy and paste the following into the ‘additional css’ section of the customizer.
.branding h2.site-desc {
display: block;
}
Thanks – Ben
Thank you!