Do not display "Site Title" under menu icon

  • Posted in : Empathy
  • corey@firstworldengineer.com
    Participant

    Is there a default option available to hide the “Site Title” text under the menu icon in the upper left corner? My site name is too long, which causes it to wrap and look very poor.

    I’m not particularly html/css savvy, but if there is not support for this is, is it possible to add a snippet of html/css to hide the element?

    Love the theme, thanks!

    serkan
    Moderator

    Hi,
    I recommend you to decrease the padding in the menu icons with these custom css code;

    @media screen and (min-height: 768px) and (min-width: 768px) {
    .nav-menu a {  padding: 1.3em 1em; } }

    Thanks

    corey@firstworldengineer.com
    Participant

    Hello, I appreciate the reply.

    Are you attempting to fix the formatting of the text with this solution?
    I have applied this code and it does not seem to have any impact.

    Again, my desire is to remove the text completely. I’ve tried making it hidden, but obviously the space is still taken by the text, so it makes my logo look like a rectangle.

    corey@firstworldengineer.com
    Participant

    Sorry, it was simple enough. I added the snippet:

    .site-title {display:none;}

    You can mark this as closed. Again, thanks for your reply!

    serkan
    Moderator

    Thanks for the feedback.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register