Okay
  Public Ticket #1202660
instagram widget, tags, font, categories, color stickers
Closed

Comments

  •  1
    daniellefrenken started the conversation

    1) I’ve installed the Instagram widget you recommend, but when I add it to my footer I only see some very small images of my Instagram feed although I’ve set the widget option to large. How can I change this and center the widget in my footer? I want my Instagram images in full width over the whole footer. Is that possible? 

    2) I want to hide the tags on the single product page, how do I hide them?

    3) I changed the size of the body font / paragraph. But I also want to align this text and change the letter-spacing, how can I change this?

    4) How do I change the font size or hide the header and the text ‘showing all 20 results” that appears I on my shop page? The header is now “shop taxidermy’ and there under it shows ‘Showing all 20 results”.

    5) Is it possible to show my categories on my shop page above my products? (next to the sorting drop-down menu).

    6) I want to change the color of the ‘sold’ sticker in shop. Is it possible to change? 

  • [deleted] replied

    Hi Danielle,

    1— This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    Please add the code below to your Custom CSS area:

    .wp-widget.null-instagram-feed .instagram-pics li {
        width: 11.111%;
    }
    .wp-widget.null-instagram-feed .instagram-pics {
        max-width: 100%;
    }
    2— Custom CSS again:
    /* Hide tags on single product pages */
    .woocommerce .single-product .summary .product_meta .tagged_as {
        display: none !important;
    }

    3— This can be done with CSS, and you can add your CSS changes on the Custom CSS area.

    Example for letter spacing:

    p {
    letter-spacing: 1px;
    }

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    4— You can change your font-sizes from the Typography area, for more info please read this article on our documentation area.

    If you want to hide that area then you can add this CSS code:

    p.woocommerce-result-count {
    display: none !important;
    }

    You can see on this video recording how i found the exact code for that http://drops.laborator.co/gYiTcx

    5— Sorry but this feature don't come with WooCommerce, that can be achieved only with any third-party plugin.

    6— Maybe you meant "Out of stock", to do that please add this CSS code on your Custom CSS area:

    .woocommerce .product .onsale.oos {
    background: red !important; }
  •  1
    daniellefrenken replied

    Thank you so so much! It's perfect now! Sorry I've asked stuff that wasn't in my support, but I'm very happy you answered my questions anyway.  Thanks again!

  • [deleted] replied

    Hi Danielle,

    Glad to hear that everything is perfect now

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!

    Will set this ticket as solved from here.