D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Add a background image in all H1 title

Front Page D5 Creation Forum General Support Add a background image in all H1 title Reply To: Add a background image in all H1 title

#7888
haber stephane
Participant

Hi,
First, thanks for your help.

i try this:

<style>
}
#h1.page-title, h1.arc-post-title {
font-size: 40px;
text-shadow: -1px -1px 3px #FFFFFF;
text-align: left;
color: #076896;
font-weight: 500;
padding-left: 60px;
background-image: url(“http://www.arcanes-technology.fr/wp-content/uploads/2015/09/bouclierH1.png&#8221;);
background-repeat: no-repeat;
}
</style>

It’s working with google dev tools (with safari too) but nothing in permanent mode in custom code within head area. (no padding, no background…!!!)

Are you sure that is possible to modify h1 styles?