our team list social icons disappeared

Hello - one more thing on ashablake.com under the "community service" section:

The "our team list" social icons suddenly disappeared from the right side

The links seem to work but icons are gone. Any chance you can assist?

Comments

  • Also, regarding the shadowed horizontal bar behind the social icons:

    1) can you show me how to adjust the width to not stretch wider than the social icons?

    2) can you show me how to "hide" the bar entirely for the last where option called "4 my emergency" as they do not have any icons.

  • Hello,

    There is a Custom CSS Code that changes the color of these icons to be white, and that is why they seem to be invisible.

    As you can see on the screenshot above, after commenting this code, the icons appear. You will have to remove or modify it for proper display.

    1) Sorry, but I quite do not understand. Can you describe to me greater what you want to achieve, please?

    2) Please add a custom class to this item (you can name this class however you want), and use the following Custom CSS Code.

    .noBq .team_list .bq_wrapper{
       display: none!important;
    }
    

    Thanks

Sign In or Register to comment.