• I’ve uploaded my own logo while it replaced the title of my site in the header, the tagline is still there. The only way I can seem to get rid of it by leaving the “tagline” blank in my settings.

    I’m not so well versed in html and couldn’t seem to find exactly where I could change this.

    Any help would be appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I would also like to know how to do this. Please help!

    If I understand you correctly this might be what you want:

    Problem:Remove description from header area
    Solution:Add to User CSS of Mystique theme
    Code:

    #site-title p.headline{display:none;}
    #page{background:transparent no-repeat center top;}

    You might also want this:

    Problem:Remove “wasted” space from header area
    Solution:Add to User CSS of Mystique theme
    Code:

    #site-title{padding:1em 0 0.0em 0;}
    #site-title #logo {line-height : 0;}
    #header .shadow-right {padding-bottom: 0px;}

    To see more of my solutions to Mystique, you might want to have a look here:
    http://misty.gsj.no/wp/om-bloggen/wordpress_fixes/

    Hope this helps..

    great tip Oldis!

    Your website contains some handy tips I see but your explanation/code is not very clear !

    Thanks Driezzie.
    The page is primarily for keeping track of the changes I have done to my own website, so I haven’t spent too much time on making it user-friendly 😉

    paromita

    (@paromita)

    I am using mystique theme and I am not able to remove the title of the page from the top of the page content . Please help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Tagline from Header using with Mystique Theme’ is closed to new replies.