wanna add heaader image to the H1 title ! automatically when ever i post asn article ! seeking help !
plz open this image to see what actually im looking for ! thsi is a general image i want to add a specific image of my choice , not thjis one

Best Answer batman , 01 January 2013 - 09:01 PM
Hi turtlers
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
for example:
h1, .fpost .entry-title {
background-image: url("http://YOUR IMAGE HERE.png");
}
It is advisable to learn how to do this on your own too.
Check out http://www.pagelines...wiki/Custom_CSS
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
Go to the full post
Posted 30 December 2012 - 04:58 PM
wanna add heaader image to the H1 title ! automatically when ever i post asn article ! seeking help !
plz open this image to see what actually im looking for ! thsi is a general image i want to add a specific image of my choice , not thjis one

Posted 30 December 2012 - 09:14 PM
Whilst adding a background image to the H1 tag is possible via CSS, for the PageLines Lite edition, it's not something we'd be able to support or guide through the Forum. I'd recommend upgrading to PageLines Framework, which will give you far more options as well as support.
Rest assured, I'm not trying to escape answering this topic, but the Lite edition is really intended for straight-forward, out-of-the-box websites that need little or no customization. Your request goes into a CSS solution that is, as practice, not supported.
Posted 31 December 2012 - 10:12 AM
Sorry that i posted this in light edition forum ! but im a pagelines professional user ! can you help me with it ? and if there is something about CSS then can you help me doing this ! like something like adding a custum code ?
Posted 31 December 2012 - 10:38 AM
Hi,
If you wish to add styling to your article titles, you can do by using custom CSS. We recommend using Firebug or your browsers built-in web developers tools, these tools allow you to inspect your code and target a specific element.
Posted 01 January 2013 - 04:36 PM
Hi Danny, im a newbie and really dont know much about CSS . can you help me with it ?
give any custum code to help with this !
Posted 01 January 2013 - 09:01 PM Best Answer
Hi turtlers
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
for example:
h1, .fpost .entry-title {
background-image: url("http://YOUR IMAGE HERE.png");
}
It is advisable to learn how to do this on your own too.
Check out http://www.pagelines...wiki/Custom_CSS
If you need more CSS help, make sure you've downloaded Firebug for Firefox
and check out W3 Schools for more info.
Posted 02 January 2013 - 06:38 AM
Thanx ! thats was all needed !
Edited by turtlers, 02 January 2013 - 06:40 AM.