hide page heading for specific page
#1
Posted 04 May 2012 - 08:50 PM
#2
Posted 04 May 2012 - 09:03 PM
Let us know if that works.
#3
Posted 04 May 2012 - 09:16 PM
#4
Posted 04 May 2012 - 09:33 PM
#5
Posted 04 May 2012 - 09:39 PM
#6
Posted 04 May 2012 - 11:49 PM
#7
Posted 05 May 2012 - 12:22 AM
#8
Posted 05 May 2012 - 12:26 PM
Add this to your pagelines-customize plugin style.css
#9
Posted 05 May 2012 - 03:05 PM
#10
Posted 05 May 2012 - 03:12 PM
#11
Posted 05 May 2012 - 03:17 PM
What I don't get is HOW to get that code from using Firebug. I use Firebug often but with pageslines I have so many problems trying to find the selectors and feel like such a noob all the time. I just don't GET what I'm missing... In any case, thanks for your help! That #post-25 did the trick!!
#12
Posted 05 May 2012 - 03:20 PM
My comment from above still stands: [quote]What I don't get is HOW to get that code from using Firebug. I use Firebug often but with pageslines I have so many problems trying to find the selectors and feel like such a noob all the time. I just don't GET what I'm missing...[/quote
Do you have any tips?
#13
Posted 05 May 2012 - 03:47 PM
If you're trying to do something on one specific page (in this case, the Board Members page), the first selector you need to use is the one in the body tag, which is at the top of the source page and it's always in the format page-id-# (# is replaced by the ID number for that specific page). So far that CSS will look like this:
...But it's not done yet. You need to add the selector for the page element you're trying to customize (in your case, you want to hide the page title. The page title selector is going to look like this when it's found in Firebug:
There's a space between "entry-title" and "pagetitle". In the CSS selector you use, you just need to replace that space with a period so that it looks like this:
So the CSS will now look like this when you add the selector above:
...and then the CSS attributes you want are put inside curly brackets:
#14
Posted 05 May 2012 - 04:03 PM
#15
Posted 20 May 2012 - 02:51 PM
#16
Posted 20 May 2012 - 05:13 PM
where the page id is 15 so i did: and it doesn't work.
thanks so much!
tan
#17
Posted 21 May 2012 - 06:51 PM
where the page id is 15 so i did:
#18
Posted 21 May 2012 - 06:55 PM
#19
Posted 21 May 2012 - 08:17 PM
#20
Posted 21 May 2012 - 08:52 PM












