Tagline

Support Area Forums Progress Tagline

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #18501
    Avatar photoCarl
    Participant

    How do I hide the tagline and still have everything line up

    #18502
    Bill Robbins
    Moderator

    Hello Carl,

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. At the top, choose yes to include custom styling.
    3. Scroll down to the Custom CSS box and paste this:
      
      #tagline {
      	visibility: hidden;
      }
      
      @media only screen and (min-width: 1024px) { 
      
      	#logo,
      	#text-logo {
      		margin-bottom: -30px;
      	}
      
      }
      
    4. Update your settings.

    That should hide the tagline and still keep things lined up.

    If you run into any trouble, let me know.

    Thanks,
    Bill

    #18503
    Avatar photoCarl
    Participant

    Of course, you rock!

    #18504
    Bill Robbins
    Moderator

    🙂

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