Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1419126

    xtheme
    Participant

    Sorry but we have been browsing your knowledgebase for a good while now and although there appears to be a number of similar topics and suggested resolutions – we have tried everthing and none appear to work for us.

    All we want to do is change / reduce the std font size set by x(Integrity) for product categories.

    Please see attached screenshot.

    Many Thanks

    #1419127

    xtheme
    Participant
    This reply has been marked as private.
    #1419319

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! It is because you have another custom CSS rule targeting H2 tags. Add the following CSS rule also into your Customizer, Custom > CSS area.

    
    .woocommerce .woocommerce-loop-category__title {
        font-size: 18px !important;
    }
    

    Hope that helps.

    #1421561

    xtheme
    Participant

    Yes, that really has helped and I will now look at other custom css entries and delete all not required.

    One last thing, can these category titles be centered?

    Great theme and th best support – with thanks again.

    Regards – John.

    #1421589

    xtheme
    Participant
    This reply has been marked as private.
    #1421608

    Thai
    Moderator

    Hi There,

    Please update the custom CSS to this:

    .woocommerce .woocommerce-loop-category__title,
    .woocommerce li.product .entry-header h3 {
        font-size: 18px !important;
        text-align: center;
    }

    Hope it helps πŸ™‚

    #1421645

    xtheme
    Participant

    You are a genius and sorry to trouble you with this – honestly we did spend hours trying to resolve.

    Many Thanks again – Dan.

    #1421679

    Thai
    Moderator

    You’re most welcome πŸ™‚

    If you need anything else please let us know.

    #1424072

    xtheme
    Participant
    This reply has been marked as private.
    #1424368

    Thai
    Moderator

    Hi There,

    Please update your custom CSS to this:

    .woocommerce.post-type-archive-product,
    .woocommerce.tax-product_cat {
        background: url(http://gardenskinclinic.com.gridhosted.co.uk/wp-content/uploads/2017/02/garden_post_bg_masked.png) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    Hope it helps πŸ™‚

    #1425296

    xtheme
    Participant
    This reply has been marked as private.
    #1425843

    Rue Nel
    Moderator

    Hello John,

    To have a background image in the mentioned pages, please have the css code updated and use this instead:

    .woocommerce.archive,
    .woocommerce-page,
    .woocommerce-cart,
    .woocommerce-checkout,
    .woocommerce-page.single-product,
    .woocommerce.post-type-archive-product,
    .woocommerce.tax-product_cat {
        background: url(http://gardenskinclinic.com.gridhosted.co.uk/wp-content/uploads/2017/02/garden_post_bg_masked.png) no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    Please let us know if this works out for you.

    #1426125

    xtheme
    Participant

    Yes thank you, app woo commerce pages now have the custom background – excellent.

    Still dont understand wht the sidebar reverts to the standard [default] sidebar on the product category page?

    Would you have any ideas please?

    Many Thanks again – John.

    #1426129

    xtheme
    Participant

    Hi,

    Sorry, just noticed that we can change the sidebars on the product pages via your Appearence > Sidebars option.

    All done – thank you.

    Best Regards – Dan

    #1426130

    Rue Nel
    Moderator

    Hello Dan,

    You’re welcome! We are just glad we were able to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

    Cheers.