Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #443976

    I would like to style my page headings on this site: http://california-apmp.org/wp/ like the ones here: http://www.apmp.org/?page=AccreditationProgram (the words “APMP PROFESSIONAL CERTIFICATION PROGRAM”). How can I do this?

    this is how they did it with a DIV. (We can use their code because they are our parent organization). I don’t understand the url and how to get the image/svg thing. I could apply it all H4s for example or do DIVs if needed.

    #SpTitleBar
    {
    background: #2c3a91; /* Old browsers */
    /* IE9 SVG, needs conditional override of ‘filter’ to ‘none’ */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjM2E5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzFkNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2c3a91 0%, #131d5a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3a91), color-stop(100%,#131d5a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c3a91 0%,#131d5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c3a91 0%,#131d5a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c3a91 0%,#131d5a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2c3a91 0%,#131d5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#2c3a91′, endColorstr=’#131d5a’,GradientType=0 ); /* IE6-8 */
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding-left: 3%;
    padding-right: 0;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    }

    thank you!!!

    #444725

    Hi gharding!

    Looks like you got it working on those test boxes on your page, correct?

    Cheers!
    Rikard

    #444729

    No. I want, for an example, to style all the H1s like the one on this page http://california-apmp.org/wp/who-we-are/ that says APMP’S CALIFORNIA CHAPTER MISSION AND VISION STATEMENT. I want them all to look like the ones on our parent site http://www.apmp.org/?page=AccreditationProgram (the words “APMP PROFESSIONAL CERTIFICATION PROGRAM”). How can I do this?

    #445396

    Hey!

    if you want to style all your H1 go to Enfold->Advanced Styling and choose “H1” from dropdown and click on “edit element”. Make the changes you wish and click on “save changes”.

    Best regards,
    Andy

    #445519

    I solved this one, thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to style headings?’ is closed to new replies.