Okay
  Public Ticket #2557935
Sharing icons
Closed

Comments

  • flockinglegless started the conversation

    I'm in the process of finalising the website but for some reason, i get the sharing icons listed twice.  I know Jetpack installs and lets you customise the buttons but if i disable, it still leave the "share via" in the page.  Therefore it's not jetpack controlling this but something else.  I've gone through all the settings and can't find anything related to this "share via" option.  Any ideas?

  •  470
    Alex replied

    The icons below:


    8676590180.png

    are automatically listed by the theme. If you want to hide them, please go to Appearance - Customize - Additional CSS and add the code below:

    .lc_sharing_icons {
        display: none;
    }

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • flockinglegless replied

    Alex you're a star.  That worked thanks!

    Next question......

    How do i change the product title letter spacing as it's very difficult to read?  I've searched forums for the product title and letter spacing code but nothing works.  Is there an easy way to do this?  We're now live with our website so you can check yourself.

    https://flockinglegless.com/nightwear-collection/pyjamas/

    I've also attached a screenshot.

  •  470
    Alex replied

    I will help you with custom CSS code for now. For one of the next updates, I will add a theme settings. 

    Please add the code below to Additional CSS: 

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        letter-spacing: 3px;
        text-indent: 3px;
    }

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • flockinglegless replied

    Too man thanks Alex. I'll add it and let you know the result. 

  •  470
    Alex replied

    Ok, thanks.

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • flockinglegless replied

    All good thanks mate.  Do you know how you also reduce the spacing from within the product title page itself?  https://flockinglegless.com/product/kids-family-christmas-pyjamas/ 

  •  470
    Alex replied

    Yes, please go to Appearance - Customize - Additional CSS and add the code below:

    h1.product_title {
        letter-spacing: 7px;
    }

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author


  • flockinglegless replied

    Awesome.  Thanks ever so much, looks perfect now.

  •  470
    Alex replied

    No problem, I am glad that I could help. 

    Kind Regards,
    Alex

    New to WordPress? Don't want to deal with all the setup process? We can help you!
    Please check our list of additional services and let us know if there's anything we can do to help you!

    SmartWPress - Envato Elite Author