how do I remove Logo and seach bar in the Fixed NavBar
Best Answer Danny , 04 February 2013 - 01:18 PM
Hi,
Add this to your custom CSS.
.fixed-top .plbrand { display: none; }
You can use this code which I post above, if that doesn't work, you may need to add one of the overrides to code, which will look something like this:
#site .fixed-top .plbrand { display: none; }
I recommend you also see our custom CSS documentation, which may assist you - http://support.pagel...ion/custom-css/
Go to the full post
#1
Posted 06 September 2012 - 09:01 PM
#2
Posted 06 September 2012 - 09:12 PM
#3
Posted 06 September 2012 - 10:19 PM
#4
Posted 06 September 2012 - 10:36 PM
#5
Posted 07 September 2012 - 03:40 AM
#6
Posted 07 September 2012 - 10:00 AM
Add this to your custom CSS.
#7
Posted 07 September 2012 - 04:24 PM
#8
Posted 07 September 2012 - 04:27 PM
#9
Posted 11 January 2013 - 03:21 PM
I tried the proposed solution of
.navbar .plbrand-text {display: none;}
But it didn't work. Any thoughts why?
#10
Posted 12 January 2013 - 03:28 AM
That code looks like its for the standard navbar not the fixed. If you're using fixed navbar you'll need to use firebug or chrome dev tools to identify the additional class name you need to put in to make that code work
#11
Posted 02 February 2013 - 06:08 PM
In Custom CSS, place:
- display: none;
#12
Posted 04 February 2013 - 01:18 PM Best Answer
Hi,
Add this to your custom CSS.
You can use this code which I post above, if that doesn't work, you may need to add one of the overrides to code, which will look something like this:
I recommend you also see our custom CSS documentation, which may assist you -











