Hi -
I'm trying to hide post titles, but only for specific posts, not all.
For another theme I was using the CSS to do this was:
#post-1126 h2 {
display:none!important;
}
I tried this, but it didn't work in Pagelines.
Can you tell me the proper CSS tweak for this to work?
Thank you!
Hide Post Title but only on specific posts
Started by
bwdsl247
, Sep 24 2012 03:22 AM
Title Post Hide
7 replies to this topic
#1
Posted 24 September 2012 - 03:22 AM
#2
Posted 24 September 2012 - 03:28 AM
Hi
You can try with
You can try with
#3
Posted 24 September 2012 - 09:11 AM
Hi,
Did Batman's suggestion work for you?
After reviewing Batman's code a second time, please try the code below.
After reviewing Batman's code a second time, please try the code below.
#4
Posted 25 September 2012 - 03:52 AM
Thanks very much.
#5
Posted 25 September 2012 - 04:16 AM
That works, thanks. One other related aspect to this is that in lieu of a title, I'm using a featured image that contains the title.
However, for some reason, a border or shadowed box is being automatically inserted around the feature image.
What do you recommend as the .CSS to remove?
However, for some reason, a border or shadowed box is being automatically inserted around the feature image.
What do you recommend as the .CSS to remove?
#6
Posted 25 September 2012 - 09:28 AM
Hi,
Add this to your custom CSS:
I highly recommend you install either Firebug or use Google Chrome's Web Dev tool, these tools allow you to inspect your code and make changes on the fly locally, making it super easy to make custom CSS changes.
Add this to your custom CSS:
I highly recommend you install either Firebug or use Google Chrome's Web Dev tool, these tools allow you to inspect your code and make changes on the fly locally, making it super easy to make custom CSS changes.
#7
Posted 25 September 2012 - 09:29 AM
The topic was marked as resolved.
#8
Posted 25 September 2012 - 01:05 PM
Thank you very much, this is helpful.











