Forum Replies Created
-
AuthorPosts
-
shaneketterman
MemberAhhh that makes sense - Thanks!
shaneketterman
MemberI solved it with this code in the style.css file:
.site-header {
background-color: #000000;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}shaneketterman
MemberI did resolve it with this code in the style.css file:
body.home {
background-image: url('http://www.tditechsolutions.com/wp-content/uploads/2014/07/Homepage_BG.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
background-size: cover;
}shaneketterman
MemberI did resolve it with this code in the style.css file:
body.home {
background-image: url('http://www.tditechsolutions.com/wp-content/uploads/2014/07/Homepage_BG.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
background-size: cover;
}shaneketterman
MemberThanks! I'll try both but the cover solution seems to be the best idea as I saw that suggested elsewhere
July 19, 2014 at 11:58 am in reply to: Issue With Centric Pro Background Image Showing Up On Every Page #114941shaneketterman
MemberThanks Lynne I'll give that a try. Will it also make the homepage background responsive so there's no border as I resize my window?
shaneketterman
MemberHi Brad,
I tried that and with Centric Pro is definitely did not work at all - - in fact when i did change the color, it messed up the entire site for some reason and turned the entire homepage color background into an entirely different color. All I want is to change the nav menu background color and I made sure I was changing the primary nav menu property as well
-
AuthorPosts