• Is there any way of modifying the css anywhere to change the 70px x 70px “Date Box” from generic blue-border/white-background appearance to an image?

    This is the wordpress site I have set-up for our church:

    http://freegrace.ca

    Any help would be great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes – in the stylesheet, style.css, in the theme directory find

    .date {
    font-size: 11px;
    line-height: 1.1em;
    float: left;
    clear: left;
    height: 70px;
    width: 70px;
    margin: 0 5px 5px 0px;
    background: #FFFFFF;
    color: #336699;
    border: 1px solid #336699;
    border-top: 10px solid #336699;
    }

    and change the line
    background: #FFFFFF;
    to background-image: url(ftfgbcp.png);
    as an example, but substitute the image of your choice.

    Thread Starter passedover

    (@passedover)

    Thanks google_earth 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The 70px x 70px “Date Box”’ is closed to new replies.