The theme does not display the WordPress tagline by default. Usually the tagline is placed in the slider or on a hero image. If you want to display it near the logo, it is possible to do it with a bit of customisation.
The easiest way would be with CSS (you can copy the snippet below to Theme Options -> Custom CSS):
.site-branding:after { content: "Be Clean, Be Green, Be A Recycling Machine"; font-weight: bold; color: #22AA86; display: block; }
Or alternatively, the tagline support can be added through a child theme. Let me know, if you need more info on this.
I cannot update my tagline. I currently have the tagline set to "Be Clean, Be Green, Be A Recycling Machine". But it is not updating.
Hi,
Where do you want to display the tagline?
The theme does not display the WordPress tagline by default. Usually the tagline is placed in the slider or on a hero image. If you want to display it near the logo, it is possible to do it with a bit of customisation.
The easiest way would be with CSS (you can copy the snippet below to Theme Options -> Custom CSS):
Or alternatively, the tagline support can be added through a child theme. Let me know, if you need more info on this.
I hope this helps,
Andrej
OrionThemes