• Resolved Stanko

    (@stanko)


    Hey dear support
    I′ve searched the web and this forum but could not find a proper solution – so maybe you can help?
    I would like to show site title AND site description on pages & blog articles
    in the left upper corner.
    any ideas (maybe with some custom css?
    thank you for reading
    kind regards S.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @stanko – re: a logo, the Jetpack plugin will let you upload one under Site Identity, in your Customizer.

    Libretto should already display your tagline (site description) by default, as you can see on the demo here: https://librettodemo.wordpress.com/ – the tagline is “Let your content sing.”

    Have you made any modifications to your theme files?

    Thread Starter Stanko

    (@stanko)

    Dear Kathryn
    thank you for your fast reply. I′ve tried jetpack plugin but this doen′t work on pages – only on blog-index. On our site we start with a page (home) and not with blog function where everything is alrigt.
    https://annedevillard.de/
    As I wrote: “I would like to show site title AND site description on pages” – anny other idea?
    No, modifications on theme files I haven′t made yet.
    thx stanko

    Moderator Kathryn Presner

    (@zoonini)

    This should point you in the right direction:

    .site-branding {
      background: url(FULL-PATH-TO-YOUR-IMAGE-STARTING-WITH-HTTP-AND-ENDING-WITH-PNG-OR-JPG-OR-GIF);
      background-repeat: no-repeat;
      background-size: 50px 100px;
    }
    
    .site-title {
       padding-left: 60px; 
    }
    
    .site-title::after {
      content: " my text here";
      font-size: 20px;
    }

    You can adjust any of the pixel values as you like to match your desired text size, and the size and ratio of your logo.

    Thread Starter Stanko

    (@stanko)

    Dear Kathryn
    YES – that pointed the right way and helped a lot to find a solution – great ??
    thank you so much
    Stanko

    Moderator Kathryn Presner

    (@zoonini)

    You’re very welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘logo & site description on pages’ is closed to new replies.