Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Title Shortcode Agronomics Pro

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #21143
    Stanislav Psariuk
    Participant

    Hi!
    I use Agronomics Pro theme!
    How to change title social shortcode icons ?

    [social_area] 
    [social icon="fab fa-facebook-f" link="#"]
    [social icon="fab fa-youtube" link="#"]
    [social icon="fab fa-instagram" link="#"]
    [social icon="fab fa-telegram-plane" link="#"]
    [social icon="fab fa-weixin" link="#" ]
    [/social_area]

    In html social icons have a title:
    <a href="#" target="_blank" class="fab fa-telegram-plane" title="fab fa-telegram-plane"></a>

    #21148
    Stanislav Psariuk
    Participant

    I decided with a script in header1.php, maybe someone will come in handy

     <script>
                const icons = document.querySelectorAll(".fab")
                for(var i = 0; i < icons.length; i++) {
                    icons[i].title = "" 
                    }
        </script>
    #21163
    Grace Themes
    Member

    Hi,

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    #22491
    oostra_wapse
    Participant

    I have got the same problem, can i change the title?

    #22527
    Grace Themes
    Member

    Hi,

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

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