How can I make my Nav Bar Transparent
Best Answer robertomonteiro9 , 19 March 2013 - 02:34 AM
It worked for me! Thanks!
Go to the full post
#1
Posted 16 October 2012 - 09:40 PM
Thanks
#2
Posted 16 October 2012 - 10:30 PM
Do you mean completely transparent or more of a 'faded' effect. If you want it to vanish completely you can use css.
#nav {background:none;}
The bg to the navbar you're using is actually an image. So you could either create a new image using something like photoshop and upload or download the existing image, edit to suit and then re-upload.
#3
Posted 17 October 2012 - 07:16 PM
Hi there,
Do you mean completely transparent or more of a 'faded' effect. If you want it to vanish completely you can use css.#nav {background:none;}
The bg to the navbar you're using is actually an image. So you could either create a new image using something like photoshop and upload or download the existing image, edit to suit and then re-upload.
Ideally I would just like to show the text and not the nav bar if possible.
#4
Posted 18 October 2012 - 12:05 AM
If you add the following code to Dashboard > PageLines > Site Options > Custom Code in CSS Rules, you'll see only the text links, the little home and the search bar. There will be black lines visible showing where the menu items break. However, we can eliminate those once you've implemented the following:
#nav {
background: none repeat scroll 0 0 transparent;
font-size: 13px;
margin-bottom: 16px;
}
James, thank you for that. Yours was totally correct. It converted to the one I posted.
#5
Posted 01 November 2012 - 10:35 AM
#6
Posted 01 November 2012 - 03:01 PM
#7
Posted 07 November 2012 - 04:57 PM
I'd like to jump in on this one too. I have tried nearly every which way I can to get rid of the black background including all the instructions above and I have used Firebug to identify what i think are the correct CSS selectors but I still see a black navbar.
Link to my site is: http://squarepenguin.co.uk
Any help you can provide would be very welcome!
#8
Posted 07 November 2012 - 07:22 PM
I went through Firebug again line by line and for some reason the second time it worked fine, and I managed to remove the box shadow too. I am using the default theme that comes with the Pagelines installation, I have no child themes or any of that as I am using the Pagelines 2.3 Framework.
So, if you want to remove the black background image, set the navbar colour to transparent and remove the navbar border, copy and paste this code into the Pagelines Customise Plugin (details of which can be found here: http://www.pagelines...ustomize_Plugin )
/* Make the navbar transparent, remove the background image, remove the navbar border */
.navbar.pl-color-black-trans {
background-color: transparent;
background-image: none;
border-top: none;
}* NOTE *
To also remove the box shadow from the navbar to make it totally blend in with your background, paste the following code into the Pagelines Customise plugin.
/* Remove the box shadow from the Navbar */
.navbar {
box-shadow: none;
}I hope this works for you too!
SquarePenguin
#9
Posted 07 November 2012 - 08:47 PM
#10
Posted 19 March 2013 - 02:34 AM Best Answer
It worked for me! Thanks!
Also tagged with one or more of these keywords: Resolved, Nav Bar, transparent
Change the Menu´s Pages linksStarted by cediazb , 17 Apr 2013 |
|
|
||
Free Theme Support →
PageLines Lite Edition →
Customization to the Nav BarStarted by aliciamariephillips , 02 Apr 2013 |
|
|
||
PageLines Framework →
Technical Support →
Multiple Levels in Nav BarStarted by worldofmark , 06 Mar 2013 |
|
|
||
Header and nav bar customizations, helpStarted by acastrolorenzo , 11 Feb 2013 |
|
|
||
Nav Bar issue - add a level impact on topStarted by znsols , 13 Jan 2013 |
|
|












