Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340480
    Randy
    Participant

    Catch Responsive  Version:  3.1.1</h2>
    This is what I am using now. WP was set to auto update. My Social Media Icon on the Homepage are gone. Please advise.  RandyBridges.com.

    I downloaded a plugin as directed but still no updates.

    Randy

    #340483
    minal
    Keymaster

    Hello @Randy:

    Our theme includes Font Awesome version 6.7.2, which Elementor may not fully support at this time. As a result, you might notice certain icons not displaying correctly when using Elementor widgets.

    To resolve this, you can add the following CSS

    on you Additional CSS.

    Go to Dashboard > Appearance > Customizer > Additional CSS.

    
    
    .fa-x-twitter:before {
      content: "\f099";
    }
    
    #feature-slider .cycle-prev::before,
    #feature-slider .cycle-next::before,
    #logo-section .cycle-prev::before,
    #logo-section .cycle-next::before,
    #to_top_scrollup,
    #scrollup,
    .posted-on a::before,
    .byline a::before,
    .cat-links span+a::before,
    .tags-links span+a::before,
    .comments-link a::before,
    .edit-link a::before,
    .fa-solid:before,
    .fa-brands:before {
      font-family: "FontAwesome" !important;
    }
    
    .site .widget_catchresponsive_social_icons a.font-awesome {
      height: 32px;
      width: 32px;
      box-sizing: border-box;
      align-items: center;
      justify-content: center;
    }
    

    Hope it works for you

    Sincerely,

    Minal

     

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.