• My site is aboutjourney.org
    I want to add a white background in front of our crinkle brown look so our text will stand out. How do I do this? I figured out how to highlight the words with a code what I want something more than that. I did not make this site–someone from elance did. Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unfortunately, your theme does not provide a unique identifier for the text sections, so any change to the background affects more than just the text.

    You can see what I mean by adding this to the end of style.css:

    div.entry-content > p {
       background: #FFFFFF;
       padding: 0 5px;
    }
    Thread Starter jcc11

    (@jcc11)

    Interesting… No other ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add White Background to text?’ is closed to new replies.