Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #911966

    Hi, I have searched all over trying to figure out how to remove the telephone number spot at the top of my site: http://thechazzellisproject.com. It appeared when I added the social icons but doesn’t seem to be in the same location as where you change their links in the customizer. Can you please assist me with finding the location to make this change.

    #912215
    Rahul
    Moderator

    Hi,

    Please add the following custom CSS which will remove the telephone number and email address spot :

    .x-topbar .p-info {
      display:none;
    }

    Thanks

    #912723

    Where do I add custom CSS?

    #912730
    Rahul
    Moderator

    Please add the CSS into Appearance > Customize > Custom > Custom CSS

    Thanks

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