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 🙂
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
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;
}