Forum Replies Created

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

    (@arizonalowe)

    I was trying:

    .widget-title {
    color: #666666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    background-color: #000000;
    }

    which did not work – I tried yours too but as I suspected it to did not work.

    Here is one of the sidebar pages if that helps any:

    <?php if( is_active_sidebar( 4 ) ) : ?>
    <div id=”sidebar-right” class=”widget-area” role=”complementary”>
    <?php dynamic_sidebar( 4 ) ; ?>
    <div class=”clear”></div>
    </div><!– #sidebar-right –>
    <?php endif; ?>

    I am flat out of ideas but really want to fix this page up to look nicer :-/

    Thanks Timothy

Viewing 1 replies (of 1 total)