Okay
  Public Ticket #2922094
share icons not working (again) on blog page
Closed

Comments

  • awcoach started the conversation

    hi there, back in July, we troubleshooted this (PUBLIC TICKET #2816405) and you told me to add the additional code and it resolved the problem (code below). but now, the share icons are not working again on the Blog page. please help! 

    .sd-content ul li a.sd-button:before { font-family: 'Noticons';
    }

    from last ticket: I am not using a third party plugin... and I already have the Font Awesome plugin installed and activated.


  •  853
    Neuron replied

    Hi,

    Can you please remove the code that you've added before and add the following one instead.

    .sd-content ul li a.sd-button:before {
        font-family: 'Font Awesome 5 Brands' !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • awcoach replied

    Thank you! I removed the other code and added that code and attached is what it looks like (still not completely working). 

  •  853
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   awcoach replied privately
  •  853
    Neuron replied

    Hi,

    I've added the following code at Appearance > Customize > Additional CSS, and now the icons are displaying alright.

    .sd-content ul li a.sd-button:before {
        font-family: 'Noticons';
    }

    Feel free to ask for anything you need.

    Kind Regards


  • awcoach replied

    thank you! 

  •  853
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes