Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #167873
    wellsphotoco
    Participant

    Hello,

    Is there a way to not have the site identity show up under the logo on the home page? My clients just want the tagline, but i can’t seem to disable the site identity text unless i delete the name. can i edit it in the customizer, or in the wp ui?

    Thanks!

    http://www.wellsphoto.co/

    #167894
    Skandha
    Participant

    @wellsphotoco: Do you mean to hide the site title? If yes you can hide it using a bit of CSS without having to delete the text in the customizer.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
    	display:none !important;
    }

    This will hide the site title in your entire site. If you want to hide the site title only on homepage add .home before .site-title in the above CSS code.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #168809
    wellsphotoco
    Participant

    that worked! thank you so much!

    #168818
    Skandha
    Participant

    @wellsphotoco: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adonis/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Site Identity’ is closed to new replies.