Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #2847265
Tagline not updating
Closed

Comments

  • darkarmystudios started the conversation

    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.

  •  531
    OrionThemes replied

    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):

    .site-branding:after {
        content: "Be Clean, Be Green, Be A Recycling Machine";
        font-weight: bold;
        color: #22AA86;
        display: block;
    }
    4106707420.png


    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