Cutline Theme Support Forums » Cutline Theme Support Forums

I still don't get it!

(3 posts)
  • Started 4 years ago by gerrym
  • Latest reply from gerrym
  • This topic is not resolved

  1. I am still trying to add a background image to my cutline blog and have pulled almost all of my hair out. Since I am over half bald anyway, it didn't take long.

    I followed everything (I think) in the cutline-blue custom.css info but the image only shows at the top - around the header area. If I eliminate the image reference, the color shows all the way around the blog as it should. Until I can figure this out, I have deleted the image reference and only show background color. I inserted this into my custom-css:

    body { background-image: url('images/mbr_bgd.jpg') background-repeat: repeat; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }

    Color only:

    body { background: #d5e5f8 /* url('images/mbr_bgd.jpg') repeat-x */ ; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }

    My blog is http://muscle-building-reviews.com

    Can anyone point me in the right direction and let me know what I am missing (doing wrong)?

    Thanks!
    Gerry

    Posted 4 years ago #
  2. Try this and see if it gives you want you expect:

    Put this in your custom.css file - comment out the other one...

    body.custom { background-image: url(http://muscle-building-reviews.com/images/mbr_bgd.jpg);
    background-repeat: repeat; color: #333; font: 62.5% arial, helvetica, sans-serif; text-align: center; }

    * { padding: 0; margin: 0; }

    Posted 4 years ago #
  3. Thanks for your suggestion - I appreciate it. I actually had to change the style.css to make this work. For some reason the custom.css was not doing its job!

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.