• Resolved portermonkey

    (@portermonkey)


    I have been trying for days to emulate the htlm post i have on my blogspot blog (here)

    to my new site here

    I have tried “embedit” which helped “unbreak” the code. but would not keep the background color code?

    Then i tried “Custom Post Background” which did not work. I even tried taking a screen shot of the color grey20 and used the url to it. It put the color in the top left of the viewport?

    any ideas?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could just style it. Since it’s the only table in home page, you can add this to your active theme’s style.css file:

    body.home div.entry-content table {
    background: #333333;
    border: 4px solid #000000;
    }
    Thread Starter portermonkey

    (@portermonkey)

    Great! thanks you very, very much for the reply.

    You’re welcome. Reminder to change status of this post to “resolved” if you’ve been able to implement the revision. Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘put a background color to a post’ is closed to new replies.