• Resolved leftysgirl

    (@leftysgirl)


    Hello,

    Your theme is amazing! I am somewhat a novice to WP. So, bear with me. How can I add text underneath my logo using this theme? I have tried adding plugin-ins with no luck and seeing if I could add a widget, but can’t.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you mean the “Just another wordpress theme” text? If so just go to Settings > General and you should see it under “tagline”. Change that, and click save.

    Thread Starter leftysgirl

    (@leftysgirl)

    Thank you for your help. Actually, my tagline was already filled out and that’s the text that I wanted to display. It’s still saved in settings, just not appearing. I think it disappeared when I added my logo.

    Theme Author Fruitful Code

    (@fruitfulcode)

    Hi!
    Thank you for using our theme.
    Рlease, try to place mouse cursor on your logo, text from “tagline” should be displayed.

    Regards

    And if you want to have BOTH, text AND logo:

    h2.site-description {
    margin-top:8px;
    }
    .logo-description h2.site-description {
    margin-left:48px;
    }
    .logo-description h1.site-title {
    margin-left:48px;
    }
    .logo-description {
    background: transparent url('path_to_image') no-repeat left;
    }

    This works for a small icon, feel free to adapt it to your sizes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add Text underneath Logo?’ is closed to new replies.