Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Edin does hide the tagline as part of its design, however, this design choice can be overridden with some custom CSS.

    To add custom CSS: Firstly set up a child theme or activate a custom CSS plugin. (If you have Jetpack installed then you can activate its custom CSS module.)

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .site-description {
        display: block;
    }

    Hope that helps out! We’re right here if you have extra questions, too.

    Thread Starter sgfsarah

    (@sgfsarah)

    Thank you so much. It was great to have a work-around setting up a child theme. I’m a novice, and when I tried to do that problems with the menus crept in. Now I’ve got it just as I want it.

    Perfect! ?? We’re right here if extra questions come up, too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tagline won’t show up’ is closed to new replies.