How do I remove the title box above header image?
-
Hi, I would like to know how to make a couple changes to my blog header. In the Adventure Journal Theme im using, the title of the blog appears in a box above the header image. I want to remove the title box as my header image is the my logo. I dont need two titles. Therefore, I’d like to know how to do this in CSS. Any help would be great and very much appreciated.
Also how do I change my font colour.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
This will do it.
#logo { margin-left: -9999px; }On the font color, which parts of the site do you want to change the color on?
-
Thanks! I’m new to css so where should i put that as there are two boxes. Im going to try it. Totally new to this so we’ll see how it goes.
I want the menu and titles changed from the dark brown.
Thanks so much :)
-
At appearance > custom design > CSS, delete all the informational text from the text box, paste in the code I gave and then preview (sometimes you have to refresh the preview page to see the change). If you are satisfied, make sure “add to existing…” is selected and then click save stylesheet.
-
Thanks so much! That was a lot easier than I expected. I’m so glad I asked you.
Now to just change the menu bar below the image and the font colour.
-
-
-
I think I want the silver or the light blue that in the thoughts to be in older, blog titles, and
email subscription.I want to also move the menu bar below the header image.
Thanks so much for your help.
-
“Older” text, blog titles, page titles, widget titles, to the bluish-grey. Or you can edit and change the color code. I just sampled the “thoughts” color with my color picker.
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, .widget h3, .entry-title, .nav-previous a, .nav-next a { color: #666677; }I’ll work on moving the nav down below the image shortly.
-
Thanks so much! I love it. Still leaving a few things brown.
You’re a lifesaver with this.
-
You are welcome, and add this and see what you think for the menu move.
#container { margin-top: 50px; } #container2 { position: relative; } #wrapper-content { padding-top: 445px; } #menu { position: absolute; right: 80px; top: 425px; } -
-
Thanks so much for all your help! It looks exactly the way I wanted it to :) Really appreciate it.
-
Thanks so much for all your help! It looks exactly the way I wanted it to :) Really appreciate it.
The only problem is the menu font is still brown
-
Dont know why that posted twice. If you could help me with that and the fact that when the header is gone there is now a stripe at the top of the page.
Whenever you have time. No rush. Thanks!
-
-
This catches, I think, everything else.
a, #menu a, h1, h2, h3, h4, h5, h6 { color: #666677; }There is also a “visited” link color declared (a dark blue). If you want to change that to the blue-grey, add the following.
a:visited { color: #666677; } -
Thanks so much! I’m done for the night. I may ask more questions to you later :)
Have a good one! -
-
The last two things I wanted to ask and was going to ask tomorrow were:
1) how do i remove the discolouration strip at the top of my page?2) do you know how to make an archive page – that lists the titles of all my articles by month?
Thats what I was going to ask but since you are really helpful I thought I would ask now before I forget.
- The topic ‘How do I remove the title box above header image?’ is closed to new replies.