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

haber stephane

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Add a background image in all H1 title #7901
    haber stephane
    Participant

    Thanks for your help. Now it’s working.

    in 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?

    in reply to: Add a background image in all H1 title #7885
    haber stephane
    Participant

    Hi,
    I try and retry but without result for making it permanent. (but working good in google dev tool)
    I paste this in custom code within head area, like your technique:

    <style>
    #h1 {
    padding-left: 60px;
    background-image: url(“/wp-content/uploads/2015/09/bouclierH1.png”);
    background-repeat: no-repeat;
    }
    </style>

    But what’s wrong?
    Thanks a lot your help!

Viewing 3 posts - 1 through 3 (of 3 total)