Jump to content
Sign in to follow this  
davecfm

Continuous Background Behind Header

Recommended Posts

davecfm

Hi, Apologizes for starting a new thread but the old one was marked as "answered." ugh! I'm still trying to figure out how to make the background image continuous behind the header and the navigation. I dont want to see any white around the header logo or around the navigation and would like to continue the light blue canvas. I have set all my selectors to white and added the custom css code #page {background: transparent} without any luck Anything else I can try? Thanks, Dave www.farekitchen.com Sidenote: How do I comment on my own post without marking it as answered? Also, labeling incomplete but helpful responses as "rejected" seems like an ungrateful way to keep the thread open.

Share this post


Link to post
Share on other sites
Rob

I thought Kastelic answered your previous post and that you seemed satisfied with the reply. Apologies. As for the solution, he gave you the Custom CSS to achieve your goal. Did you try it? Did it not work?


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
davecfm

Rangelone, Hi. I did try Kastelics recommendations (listed above) with no luck. I should mention; in "design control" I only changed the "basic layout colors" to white and not the text, borders, etc.. Kastelic mentioned changing "all" elements so I just wanted to clarify. Thanks Dave

Share this post


Link to post
Share on other sites
Rob

Dave, may I suggest change all the basic layout colors and see how it goes. Experiment if you wish, to see how different ones apply to the background you seek to change.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
davecfm

Hi Ranglone, I've tried changing the colors. It doesn't work. Thanks, Dave

Share this post


Link to post
Share on other sites
davecfm

Good evening Catrina! I tried adding....no luck. Anything else I could try? Thank you, Dave

Share this post


Link to post
Share on other sites
Kate

Hey Dave, This CSS will do it:

#page-canvas{background:none !important;}
	#dynamic-content{background:#ffffff;}

You may need to "tweak" the nav ;)

Share this post


Link to post
Share on other sites
davecfm

Kate, Will you marry me? ; ) Seriously, thank you. That looks so much better. By tweak, do you mean place in a choke hold and punch in face repeatedly? I tried a few things but I cant seem to shake the white around the nav. Thanks a bunch, Dave

Share this post


Link to post
Share on other sites
kastelic
#primary-nav {background:transparent !important}

Share this post


Link to post
Share on other sites
davecfm

Hi Kastelic, I tried the code. No luck. I think it may be the individual links within the nav. Is it possible to make the individual links transparent, none, etc.. Thanks Dave

Share this post


Link to post
Share on other sites
catrina

Yes, it is possible with this code:

ul#menu-primary li#menu-item {background: none;}


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×