Viewing 4 replies - 1 through 4 (of 4 total)
  • add this to the css.

    .productcol {background: #DBDAD7;}

    You might want to pad it out a bit as it will now have a harsh colour line against the text, so…

    .productcol {background: #DBDAD7; padding: 0 10px 10px; width: 380px;}

    You have your background in your content set to transparent, except for the span that has the opening paragraph (class of .grey). The light/dark contrast of your patterned background will make it difficult for any color text to be visible.

    Depending on what look you want, you might just want to give all of your text area a background color, not just the spans of text. Then you can give it some opacity if you want some of the doggie paw-prints to show through a little.

    Thread Starter asc51904

    (@asc51904)

    The suggestions here are great and i did get the look I want of the background color but now the text is below the picture. How do I get it back up beside it?

    Thread Starter asc51904

    (@asc51904)

    Never mind I got it THANKS EVERYONE.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing text background’ is closed to new replies.