Ok,
2 questions.
Firstly, I'm having some issues with my css as of recent, I'm using framework 2.0. I'm trying to add a background to my universal sidebar which is above the nav with a social media widget inside. I have tried css but perhaps I was using the wrong code, if this can be done using php let me know too.
Secondly, I cannot figure out how to get the white background off my inactive nav menu items, I just want it all black.
www.trueplaces.net
Thanks,
Jeff
Nav color and universal sidebar background
Started by
jeffzanini
, Jan 05 2012 06:04 AM
8 replies to this topic
#1
Posted 05 January 2012 - 06:04 AM
#2
Posted 05 January 2012 - 09:35 AM
Hi Jeff,
1. I see you have added a background image to your Universal Sidebar, is this now resolved ?
2. To remove the white background, add the following code to your CSS Rules located in PageLines > Settings > Custom Code:
1. I see you have added a background image to your Universal Sidebar, is this now resolved ?
2. To remove the white background, add the following code to your CSS Rules located in PageLines > Settings > Custom Code:
#3
Posted 05 January 2012 - 02:39 PM
Thanks Danny that did fix the menu. However I cannot get the background image to display properly in the universal sidebar?
I'm using this code but it isn't working?
I'm using this code but it isn't working?
#4
Posted 05 January 2012 - 04:52 PM
Perhaps the problem is due to the page being white, as the background is there, just something is covering it up?
#5
Posted 05 January 2012 - 04:55 PM
Got it to work, just removed the content background color. Thanks!
#6
Posted 05 January 2012 - 06:46 PM
Jeff, your code is technically incorrect.
The code you provided above is missing something:
section#sb_universal {
background: url("http://www.trueplaces.net/wp-content/uploads/2012/01/header_top.jpg";
}
You are missing a ) after the .jpg" and before the ;
#7
Posted 05 January 2012 - 07:09 PM
Or maybe he has an extra ; before his ) ...that's what's making him wink
lol
#8
Posted 05 January 2012 - 08:17 PM
LoL!
#9
Posted 05 January 2012 - 11:43 PM
No it is correct and thanks, and there isn't an extra ; for some reason the forum is displaying it as such, likely a bug. But thanks all!











