• Resolved pamlwatts

    (@pamlwatts)


    The title shows up two places. Is there a way to remove the redundant title up in the top left? (Or at the very least change it so that it says something different, as the Demo’s does?)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Superb

    (@themeeverest)

    Hi @pamlwatts it doesn’t seem like you’re using our theme on the link you send?
    I’ll happily help you remove one of the titles 🙂

    tdowswell

    (@tdowswell)

    I’m actually running into this same issue, and my site is using Adaptable Notes: http://uniquelythoughtful.com/

    Theme Author Superb

    (@themeeverest)

    Hi @tdowswell !

    To remove the text from the navigation please go to appearance > customize > additional CSS and add following:

    #navigation .site-logo a {
        display: none;
    }

    To remove the text from the image banner, please go to appearance > customize > additional CSS and add this:

    .site-title {
        display: none;
    }

    Don’t forget to rate the theme if you like it! 🙂
    Have a great day

    tdowswell

    (@tdowswell)

    Thanks! I had to modify the suggestion slightly for the cascade to fall in the proper order, but this worked:

    #navigation span.site-logo a {
        display: none;
    }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘remove second title?’ is closed to new replies.