Lovebirds theme – customizarion help

  • Unknown's avatar

    Hi All,
    I’m using the Lovebirds theme with a picture background, I’ve just noticed that the comments background is actually see through :s and made the comment very difficult to read. Could anyone explain to me how to put the comment background in white?

    At the same time, if anyone know how to put the sidebar categories menu and blogroll into a white background, that would be very helpful too.

    Thanks a lots in advance for your helps :) and sorry, I’m really just a newby at the CSS.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    This CSS turns comments area’s background to white (with some borders to match the content area):

    #comments {
    	background: #fff;
    	border: 5px solid #d0d0d0;
    	margin: 0 0 1.5em;
    	padding: 1.5em;
    }
  • Unknown's avatar

    And this is for the sidebar area:

    #secondary {
    	background: #fff;
    	border: 5px solid #d0d0d0;
    }
    #secondary .widget .widget-title,
    #secondary .widget li {
    	padding: 5px 10px;
    }
  • Unknown's avatar

    Thanks again :), will try that out

  • The topic ‘Lovebirds theme – customizarion help’ is closed to new replies.