Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287165
    Digicube
    Participant

    Hi,

    I am just working on a development site. For some reason, the Footer Social Icons are missing now (even though enabled). The Back to Top anchor is missing the arrow. And in collapsed state the Menue is no longer there. Please check details in private reply. Also, the icons of the buttons in the middle section text on the home page went missing…

    Any help would be highly appreciated. I tested:
    .x-btn-navbar.collapsed:hover {
    color: #000;
    }
    .x-social-global i {
    color: red;
    }

    without luck.
    Thank you,
    M

    #1287166
    Digicube
    Participant
    This reply has been marked as private.
    #1287211
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Something is overriding icon’s existing CSS. To override it again, please add this to Admin > Appearance > Customizer > Custom > CSS

      [data-x-icon]:before, [class*="x-icon-"]:before {
        content: attr(data-x-icon) !important;
        display: inline-block !important;
        line-height: 1;
    }

    Thanks!

    #1287213
    Digicube
    Participant

    WOW amazing, thank you for the quick help! Everything is working now…

    #1287266
    Rad
    Moderator

    You’re so much welcome!

  • <script> jQuery(function($){ $("#no-reply-1287165 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>