• Resolved julianamaral

    (@julianamaral)


    Hi!
    I’m from Brasil, and I’m working in a site for an online shop using Fruitful theme with WooCommerce plugin – everything is great with this excelent theme and plugin.

    I need your help to resolve two problems:

    1) I would like to hide the sidebar on the shop page, and it doesn’t work. I select the “full width” option on the theme options/ woocommerce session, but an empty sidebar continues to appear on the shop page: https://www.bailado.com.br/loja
    The widget area for shop page sidebar is empty too.
    What is happening?

    2) I would like to change the color of prices in the site (shop and products page), but they are always in orange. How or where can I customize this?

    Thanks a lot! And congrats for your lovely theme.
    Juliana

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    julianamaral,

    Thanks for using our theme

    1) I see you found template switcher for pages and now you have full width page template.

    2. Add this code snippet to theme options > custom css

    .woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
    color: #000 !important;
    }

    In next theme version we will add this as option.

    Thread Starter julianamaral

    (@julianamaral)

    Thanks for css!

    About the full width page, I’ve already switched on theme options when I write here to you and it does’t work. After that, I have to change image sizes on woocommerce products settings and also on general WP settings, and then the page worked. I follow that steps: https://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/

    Thanks for support
    ;o)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘full width page for woocommerce’ is closed to new replies.