• I have accidentally deleted my formatting code in the header text widget on my site lvivecotour.com The text, which is white plain plain text there now, used to have a darker background box. Anybody can help me by telling what html code I need to put there to return the lost text box? Thank you.

Viewing 1 replies (of 1 total)
  • Hard to know what you changed. Try adding this to your style.css file:

    #sidebar-header .widget {
        color: #F2F2F2;
        font-size: 0.875em;
        background-color: #xxxxxx;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Header Text Widget – need code’ is closed to new replies.