Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dlee

    (@dlee)

    Hmmm.. maybe I don’t know what I’m talking about. But he’s what I’ve deducted so far. Both my date and the title of the links options at the right are h2 elements.

    I spoke wrong when i said class, but they are indeed elements and this is what I have for it

    h2 {
    width: 508px;
    font-size: 8pt;
    background: url(images/date.gif) no-repeat;
    height: 23px;
    margin: 0;
    padding-top: 4px;
    padding-left: 5px;
    color: #0E2E4A;
    }

    I don’t want my links at the right to be h2, only the date. How do i get rid of h2 over there? Sidebar.php has nothing useful.

    Thread Starter dlee

    (@dlee)

    Thanks for the reply, but I don’t think this solves my problem Let me see if I can explain it better. h2 is a class that I want on the title bars for my posts and not on the links part to the right. I can easily make another class and call it h3 and remove the
    background: url(images/date.gif) no-repeat; but that doesnt solve my problem because my links will still be getting the class info from h2.

    To reiterate- where can i find the place that I can change the class that the links at the right of the page pull from so I can make them pull from another class? I am guessing it’s in the php somewhere and I checked all over.

    Again, here is the link to the page for some more help.

    https://www.statusweb.net/blogs/dansblog/

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)