Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #791367

    Hi

    I have upgraded to WooCommerce v3.0 on my staging area before upgrading my production site for http://silviafindings.staging.wpengine.com/ (hosted on WPengine)

    I have two display issues on my homepage:

    1) Where I used WooCommerce shortcode for listing the product categories, the text is way too large: [product_categories number=”6″ orderby=”title” order=”ASC” columns=”3″ parent=”0″ ]

    2) Where I used WooCommerce shortcode for listing the recent product, the product name is in uppercase: [recent_products per_page=”12″ columns=”4″]

    I’m told by WooThemes support that this is a theme issue. Can you please provide direction on how to fix these display issues before I upgrade my live site.

    Thank you
    Lyse

    #791501

    Hey tremblayly,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-loop-category__title {
        font-size: 16px !important;
        text-transform: none !important;
    }

    Best regards,
    Rikard

    #791693

    Hi Rikard,

    The code only fixed the category shortcode but not the other.

    Thanks
    Lyse

    #791953

    Hi Rikard,

    I added this CSS code and it fixed the other shotrcode:
    .template-page .entry-content-wrapper h2 {
    text-transform: none!imoprtant;
    letter-spacing: 1px;
    }

    Thank you
    Lyse

    #792031

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.