Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding a black bar behind Big Date?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29331

    Hey again!

    I was wondering if any of you could tell me how to put a black bar behind the big dates that are on my featured pictures on the index page? I’d like it to come from the left hand side of each and extend just a bit above and beyond the big date ( 11 Jun )

    Bare with me…this site is still a work in progress.

    http://www.swensondesigns.com/

    Thanks!
    Nick

    #77693
    virtual
    Participant

    Add to .home .class .bigdate
    background: #000;
    and change the
    padding: 5px 10px 5px 15px; or something similar.

    However if you do that you can remove the text shadow on .bigdate as it will no longer show on black.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.