Forums

[resolved] Mystique Theme - Header and Page help (5 posts)

  1. orangefive
    Member
    Posted 2 years ago #

    Evening all.

    I am using wordpress on my site but not really using it as a blog - reason behind this is the engine is excellent and the admin interface is superb.

    I am using the mystique theme but have a few issues with the site -- http://www.brook-electrical.co.uk - wordpress 2.9.2

    1. I would like to remove the title from each of the pages - home page, commercial, industrial etc and just keep them on the title bar. Ive done many searches but I think the theme has out smarted me!!! Some of the ussual css or page edits dont seem to work with this theme.

    2. There is a couple of lines of blank space above and below the logo that I would like to reduce or remove - again, cant seem to find the way of doing this.

    Any help greatly appreciated and I hope that all the required info is included.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    1. Try adding:

    h1.title {
    position:absolute;
    top:-6000px;
    left:-6000px;}

    to the bottom of style.css

    2. Try editing:

    #site-title {
    padding:4em 0 3.6em;
    }
  3. orangefive
    Member
    Posted 2 years ago #

    Cool - thanks for the reply, I managed to get rid of the page title in main page by using hide_title custom field set to true.

    I'll try that now - thanks again.

  4. orangefive
    Member
    Posted 2 years ago #

    All resolved.

    1. - see above for hide_title

    2. Awesome, solved as esmi has posted. Changed to

    #site-title{padding:1em 0 0em 0;}

  5. dmccabejr
    Member
    Posted 1 year ago #

    h1.title {
    position:absolute;
    top:-6000px;
    left:-6000px;}

    I've literally been searching HOURS for this, and this WORKS ! Thank you so much.

Topic Closed

This topic has been closed to new replies.

About this Topic