WP Theme Cart needs a white background??? Please HELP!! Due soon!

4 replies
  • WEB DESIGN
  • |
Hey warriors,

So I have been developing this site for a customer of mine, and I cannot seem to figure out how to add a white background in the area of the product description.

I am using JigoShop currently, I was using WooCommerce but they seem fairly similar so however I can make the changes any suggestions would be greatly appreciated.

Here is a link to the site


Thanks For Your Help!
#background #cart #due #theme #white
  • Profile picture of the author CpvTrafficPro
    Update: Went back to WooCommerce, I see why it's #1 ... but issue not resolved.

    Willing to even paypal a few bucks to the person who helps
    {{ DiscussionBoard.errors[8687029].message }}
    • Profile picture of the author Possessor
      I am not familiar with woocomerce, but i think it's something wrong with base template css file.

      Try adding background-color:white; to style.css file after line 225, to look like this:

      .content-r #main_content, .content-r2 #main_content{
      padding:0 20px 20px 0;
      background-color: white;
      }

      I am not sure, if this is what you wanted to achieve.
      {{ DiscussionBoard.errors[8687354].message }}
  • Profile picture of the author RobinInTexas
    The easiest hack would be to replace
    /wp-content/themes/bizcard/images/back.png
    with a plain white image that's 960px Ã-- 768px

    Or you could search the css for the line that calls for the image and replace it with something like

    background-color: white;
    Signature

    Robin



    ...Even if you're on the right track, you'll get run over if you just set there.
    {{ DiscussionBoard.errors[8687569].message }}
  • Profile picture of the author topnichewebsites
    Follow Robin advise, just make an image 960x768 with solid white color and name it back.png and upload it to your images folder and your done.
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8687647].message }}

Trending Topics