Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wcfmmp_store_before_social', function() {
- ?>
- <style>
- .social_area ul li a {
- display: block;
- margin-top: 50%;
- transform: translateY(-50%);
- }
- .social_area ul li a svg {
- display: block;
- margin: 0 auto;
- width: 25px;
- }
- .social_area ul li a svg path{
- fill: #17a2b8;
- }
- .social_area ul li a:hover svg path{
- fill: #fff;
- }
- </style>
- <?php
- ob_start();
- });
- add_action('wcfmmp_store_after_social', function() {
- $social_html = ob_get_clean();
- $v2 = '<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 1668.56 1221.19" viewBox="0 0 1668.56 1221.19" id="twitter-x"><path d="M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99
- h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z" transform="translate(52.39 -25.059)"></path></svg>';
- echo str_replace('<i class="fab fa-twitter" aria-hidden="true" target="_blank"></i>', $v2, $social_html);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement