Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #97979
    DB
    Participant

    I would like to add our Logo where the Site Title is, and “Hide” the title. Is this possible?

    #98041
    Mahesh
    Keymaster

    @db: For that, go to Dashboard=> Appearance=> Customize=> Site Identity and then choose a logo you desire. You can hide Site Title and Tagline by unchecking Display Site Title and Tagline option. But because of some bug in the theme, this is not working for now. It will be fixed in the next update. So please use custom CSS to hide the Site Title and Tagline for now.

    .site-title a, 
    .site-description { 
        position: absolute !important; 
        clip: rect(1px 1px 1px 1px); 
        clip: rect(1px, 1px, 1px, 1px); 
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding Image to Site Title’ is closed to new replies.