FavoriteLoadingAdd to favorites

First off. What is Monarch.
It’s a premium social sharing plugin for WordPress from Elegant Themes.
Monarch Plugin Documentation | Elegant Themes Documentation

Updating the twitter logo to the new X from Mr Elon Musk.
You first need to upload a new logo to your WordPress website. You can download them here. 

Then you need to add this CSS to your website.
Unfortunately it’s not 100% perfect. But it’s better than the solution I received directly from elegant themes.

li.et_social_twitter:hover i.et_social_icon.et_social_icon_twitter, i.et_social_icon.et_social_icon_twitter {
color: transparent;
  background-image: url(/wp-content/uploads/2024/06/twitter-logo-dark.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
}
.et_monarch .et_social_twitter, 
li.et_social_twitter:hover i.et_social_icon.et_social_icon_twitter,
.et_monarch .et_social_networks.et_social_circle li.et_social_twitter:hover i, 
.et_monarch .et_social_networks.et_social_circle .et_social_twitter i{
  background-color: #ececec !important;
}

Pin It on Pinterest

Share This