Community Forums › Forums › Archived Forums › Design Tips and Tricks › Remove Header Background Color
Tagged: background color, header, header image
- This topic has 6 replies, 2 voices, and was last updated 9 years, 10 months ago by
denissemarie.
-
AuthorPosts
-
May 20, 2013 at 10:45 am #41851
denissemarie
ParticipantI am using the metro theme. I uploaded a new header and customized the height on the header, but I continue to see a blue color on the header. I tried changing the background color to "none" in the stylesheet but it's still there. Is there any way I can remove this background color so I can see the header image I uploaded?
Thank you in advance.
http://www.lasvegasprinting.netMay 20, 2013 at 11:55 am #41858Anita
KeymasterGo to Appearance > Background. Scroll down and look to see if there is a background color in there or check to see if there is a pound sign (#) in the HEX area. Remove them if you see it, save and then take a look.
Love coffee, chocolate and my Bella!
May 20, 2013 at 12:25 pm #41863Anita
KeymasterI found it - somehow it's picking up the default BLUE color from this code:
.metro-blue a.social-buttons:hover, .metro-blue button:hover, .metro-blue input[type="button"]:hover, .metro-blue input[type="submit"]:hover, .metro-blue .btn:hover, .metro-blue .genesis-nav-menu .current-menu-item a, .metro-blue .genesis-nav-menu li a:hover, .metro-blue .genesis-nav-menu li:hover a, .metro-blue .navigation li a:hover, .metro-blue .navigation li.active a, .metro-blue .post-comments a, .metro-blue .sidebar .enews-widget input[type="submit"], .metro-blue #title a { background-color: #0000FD; }
As a quick fix, you can actually change the color code to the word transparent and it will go away. I am not sure why it's doing that.
Love coffee, chocolate and my Bella!
May 20, 2013 at 2:08 pm #41885denissemarie
ParticipantThank you for your reply. If I put transparent won't it make the other items listed transparent?
.metro-blue a.social-buttons:hover,
.metro-blue button:hover,
.metro-blue input:hover[type="button"],
.metro-blue input:hover[type="submit"],
.metro-blue .btn:hover,
.metro-blue .genesis-nav-menu .current-menu-item a,
.metro-blue .genesis-nav-menu li a:hover,
.metro-blue .genesis-nav-menu li:hover a,
.metro-blue .navigation li a:hover,
.metro-blue .navigation li.active a,
.metro-blue .post-comments a,
.metro-blue .sidebar .enews-widget input[type="submit"],
.metro-blue #title a {
background-color: #0000fd;May 20, 2013 at 2:09 pm #41886denissemarie
ParticipantCan I just remove the section that says title? Will it affect the site?
.metro-blue a.social-buttons:hover,
.metro-blue button:hover,
.metro-blue input:hover[type="button"],
.metro-blue input:hover[type="submit"],
.metro-blue .btn:hover,
.metro-blue .genesis-nav-menu .current-menu-item a,
.metro-blue .genesis-nav-menu li a:hover,
.metro-blue .genesis-nav-menu li:hover a,
.metro-blue .navigation li a:hover,
.metro-blue .navigation li.active a,
.metro-blue .post-comments a,
.metro-blue .sidebar .enews-widget input[type="submit"],
.metro-blue #title a {
background-color: #0000fd;May 20, 2013 at 2:11 pm #41887Anita
KeymasterYes you can do that too.
Love coffee, chocolate and my Bella!
May 20, 2013 at 2:12 pm #41888denissemarie
ParticipantThank you for your help 🙂
-
AuthorPosts
- The topic ‘Remove Header Background Color’ is closed to new replies.