Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #997829
    JB1751
    Participant

    http://new.tlacp.org
    WordPress 4.5.2
    X Version: 4.4.2 (and I am running an x child theme)
    Cornerstone plugin Version 1.2.4

    Hello,

    I’ve been trying to hide the site title that I entered into Settings –> General with no luck.

    I tried entering into the CSS code:

    body .x-brand.text {
    display: none;
    }

    But that didn’t work. I’m going to clear the cache just to be sure. If that isn’t it, is there anything else I can try?

    Thanks for your help.

    #997831
    JB1751
    Participant
    This reply has been marked as private.
    #998038
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please add the following CSS rule instead into your Customizer, Custom > CSS area.

    
    .x-brand.img > span {
        display: none;
    }
    

    Hope that helps.

    #999301
    JB1751
    Participant

    That did the trick! Thank you.

    #999400
    Joao
    Moderator

    Great,

    Let us know if you need further help.

    Joao

  • <script> jQuery(function($){ $("#no-reply-997829 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>