• I’m using the Mystique theme and maybe I did something wrong when I was using another theme but why does my title tag appear in the header? Is that what this theme does? http://500hpc.com/
    I tried removing it by adding:
    #site-title {
    display:none;
    }
    in the style.css but that collapses the entire header.
    I just want that text gone. The title tag and the tag line. I’m going to integrate/design the header into my background, so I still want that 300px of space up there.

    Thanks guys.
    I just switched to this theme because the Chip-Zero one was a pain.

    Oh yeah, one last thing… How do I change the colors of the headings in green on the right? thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Title:

    You could try:

    #logo a {
      display: none;
    }

    It’ll still reduce the size of the header, of course, but you could put the depth back by increasing the bottom padding on div#site-title, if you wanted to.

    Heading colours:

    You’ll need to replace the background image(s) with ones that suit you. Or get rid of the background image(s) altogether and just specify a colour.

    HTH

    PAE

    see the difference between display: none; and visibility: hidden;

    http://www.w3schools.com/css/css_display_visibility.asp

    Thread Starter 500hpc

    (@500hpc)

    Thanks for all your helps guys.
    I ended up going with Alchymyth advise on visibility hidden, it still did leave the space up there, thanks.
    However now I can’t get the “headline” to go away. (I think that’s what it is) the “Is Who I Am”

    I’ve tried and tried alot of different things. Nothing makes it hide. A few things I’ve tried (deleting the headling code) just make it a plain black font. Which doesn’t show against that background, but it’s going to be colorful up there soon enough.

    Here is the code for that section:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Any advise will be appreciaited. Even if I should remove alot of the existing code. I’m never going to use the “logo”/title or slogan ever, on any page. It’s going to be all graphics.

    Thanks,

    Thread Starter 500hpc

    (@500hpc)

    Also, I’ll like to change the color of the heading backgrounds but do you guys have any ideas the dimensions? Is it just trial and error? Should I upload something and see what happens? I don’t mind that design, I just want it in another color. And the color of the GO on the search bar as well.
    http://500hpc.com/

    thanks,

    I didn’t even know about visibility: hidden;, thanks alchymyth

    Thread Starter 500hpc

    (@500hpc)

    Hi Guys, I hate to bug…but see what my site is doing?
    http://500hpc.com/ Through the admin I just deleted the tagline from the space and when I did that everything went up (I don’t know how to word it, I wanna say the header shrank). And if you click into a page such as Latest News the header gets even smaller. Can anyone provide me with the code that will set the header height on the home and content page? (I’m more of a graphics guy, I’m not too familiar with CSS)
    Thanks,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘remove site-title’ is closed to new replies.