• Greetings!

    How would I make that the site title and tagline is only visible on the tab but not on actual page in top left corner?

    Regards,
    Jan

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    I visited your site and looks like you’ve already accomplish it. Please let us know in a new topic if you have any other else to ask.

    Regards,
    Kharis

    Thread Starter garafolj

    (@garafolj)

    Hello,

    Yes I did but not in a way I wanted to, as temporary solution I put a very small picture of ‘logo’ so it is instead of title and tagline.

    Regards,
    Jan

    Hi Jan,

    With disabled logo, to hide the default site title and description, you can use this simple CSS code:

    
    .site-header .col-md-4 .site-title,
    .site-header .col-md-4 .site-description {
      display: none;
    }
    

    To apply it to your site, add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

    Thread Starter garafolj

    (@garafolj)

    It works perfectly, thank you for your time ??

    Regards,
    Jan

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site title/tagline’ is closed to new replies.