Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter littleolemedesigns

    (@littleolemedesigns)

    Thank-You very much for your reply.

    I tried both of those individually and together and neither one worked. I’ve got to target the headers specifically since I need a background color on the headers.

    I need to apply this to the headers:

    #widget-header {
    background-color:#333333;
    color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:18px;
    text-align:center;
    }

    But I can’t find the file where the headers are so that I can do something like:

    <div id="widget-header">Blogroll</div>

    Currently it doesn’t have any block level elements, ids, or classes around the title to apply the css to.

    Any thoughts on where those files would be?

Viewing 1 replies (of 1 total)