• Resolved Nathan Stipek

    (@nathan-stipek)


    I am using twentyten five theme, and my shop page, and product pages do not have a content background, so you cannot see any of the words. Other than this, I am happy with woocommerce, although I guess when I have time in the future I would love to customize the layout further. BUT FOR NOW…
    I have tried different code snippets, functions, etc. for the last SIX HOURS trying to get a white background to match my theme style under woocommerce pages.

    If there is something simple to just add this, That will work for now…

    Otherwise, I need to figure out why my theme is not importing the woocommerce stylesheets properly as a whole.

    My website is http://www.theothersideofthefence.org

    I have tried a slew of suggestions from hours of googling to no avail, so I am hopefull someone can take a look at my particular case. I have used firefox firebug to try and figure out the exact part of the problem, but… well, I do not know what is broken.. Please help…

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Nathan Stipek

    (@nathan-stipek)

    it seems as if maybe woocommerce uses the wrap for the content background on their pages, and do not include an extra layer for the main content, however my wrap is transparent.

    I need to add a content background to match my theme

    Although I cannot find any reference to woocommerce in my theme files (except what I have added, which I have not deleted in full), it seems weird that the only formatting issue I seem to be having is with the content background, which seems proof that woocommerce just uses the wrap, and I need to simply add a new layer for the background…
    sorry for rambling. Thanks.

    Try this in your custom css:

    #content {background:#fff; padding:20px}

    Thread Starter Nathan Stipek

    (@nathan-stipek)

    THANK you so much!!!! That worked! That was probably about as easy as it could get!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘theme not using woocommerce stylesheet’ is closed to new replies.